Html Css Color HEX #D2CF19 Barberry

📋 copy color: '#D2CF19'

red 210 ◦ green 207 ◦ blue 25

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

Shades of Barberry #D2CF19

Tints of Barberry #D2CF19

RGB

 RED value IS 210 (82.42% from 255) = 47.51%

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

 BLUE value IS 25 (10.16% from 255) = 5.66%

R = 47.51%
G = 46.83%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2CF19 (or 0xD2CF19) is known color: Barberry. HEX triplet: D2, CF and 19. RGB value is (210,207,25). Sum of RGB (Red+Green+Blue) = 210+207+25=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 25 (10.16% from 255 or 5.66% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CF19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2CF19 is #2D30E6. Grayscale: #BBBBBB. Windows color (decimal): -2961639 or 1691602. OLE color: 1691602.

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

Color convert

RGB 210 207 25 -
CMYK 0 0.01 0.88 0.18
HSL 59.03º 0.79% 0.46% -
HSV(B) 59.03º 0.88% 0.82% -
XYZ 49.07 58.4 9.61 -
YUV 187.15 36.49 144.3 -
System Red Green Blue C M Y K H S L
Decimal 210 207 25 0 0.01 0.88 0.18 59.03 0.79 0.46
Hex D2 CF 19 0 1 58 12 3B 4F 2E
Octal 322 317 31 0 1 130 22 73 117 56
Binary 11010010 11001111 11001 0 1 1011000 10010 111011 1001111 101110

Color Harmonies of #D2CF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CF19

Black with #D2CF19

Text Example


Text Example

White with #D2CF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CF19; }

 p { color: rgb(210,207,25); }

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

background-color css

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

 a { background-color: rgb(210,207,25); }

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

border-color css

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

 span { border-color: rgb(210,207,25); }

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