Html Css Color HEX #D1CF1E Barberry

📋 copy color: '#D1CF1E'

red 209 ◦ green 207 ◦ blue 30

#D1CF1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #D1CF1E

Tints of Barberry #D1CF1E

RGB

 RED value IS 209 (82.03% from 255) = 46.86%

 GREEN value IS 207 (81.25% from 255) = 46.41%

 BLUE value IS 30 (12.11% from 255) = 6.73%

R = 46.86%
G = 46.41%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D1CF1E (or 0xD1CF1E) is known color: Barberry. HEX triplet: D1, CF and 1E. RGB value is (209,207,30). Sum of RGB (Red+Green+Blue) = 209+207+30=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 30 (12.11% from 255 or 6.73% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CF1E is #2E30E1. Grayscale: #BCBCBC. Windows color (decimal): -3027170 or 2019281. OLE color: 2019281.

HSL color Cylindrical-coordinate representation of color #D1CF1E: hue angle of 59.33º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1CF1E is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 207 30 -
CMYK 0 0.01 0.86 0.18
HSL 59.33º 0.75% 0.47% -
HSV(B) 59.33º 0.86% 0.82% -
XYZ 48.84 58.27 9.9 -
YUV 187.42 39.16 143.39 -
System Red Green Blue C M Y K H S L
Decimal 209 207 30 0 0.01 0.86 0.18 59.33 0.75 0.47
Hex D1 CF 1E 0 1 56 12 3B 4B 2F
Octal 321 317 36 0 1 126 22 73 113 57
Binary 11010001 11001111 11110 0 1 1010110 10010 111011 1001011 101111

Color Harmonies of #D1CF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CF1E

Black with #D1CF1E

Text Example


Text Example

White with #D1CF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CF1E; }

 p { color: rgb(209,207,30); }

 H1.HeaderClassName
 {
   color: #D1CF1E;
 }
 .AnyTagClassName
 {
   color: #D1CF1E;
 }
</style>

background-color css

<style>
 a { background-color: #D1CF1E; }

 a { background-color: rgb(209,207,30); }

 div.DivClassName
 {
   background-color: #D1CF1E;
 }
 .BgClassName
 {
   background-color: #D1CF1E;
 }
</style>

border-color css

<style>
 span { border-color: #D1CF1E; }

 span { border-color: rgb(209,207,30); }

 td.TdClassName
 {
   border-color: #D1CF1E;
 }
 .TagClassName
 {
   border-color: #D1CF1E;
 }
</style>