Html Css Color HEX #D6CF19 Barberry

📋 copy color: '#D6CF19'

red 214 ◦ green 207 ◦ blue 25

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

Shades of Barberry #D6CF19

Tints of Barberry #D6CF19

RGB

 RED value IS 214 (83.98% from 255) = 47.98%

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

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

R = 47.98%
G = 46.41%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6CF19 (or 0xD6CF19) is known color: Barberry. HEX triplet: D6, CF and 19. RGB value is (214,207,25). Sum of RGB (Red+Green+Blue) = 214+207+25=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 25 (10.16% from 255 or 5.61% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CF19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6CF19 is #2930E6. Grayscale: #BDBDBD. Windows color (decimal): -2699495 or 1691606. OLE color: 1691606.

HSL color Cylindrical-coordinate representation of color #D6CF19: hue angle of 57.78º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6CF19 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 207 25 -
CMYK 0 0.03 0.88 0.16
HSL 57.78º 0.79% 0.47% -
HSV(B) 57.78º 0.88% 0.84% -
XYZ 50.22 58.99 9.66 -
YUV 188.35 35.82 146.3 -
System Red Green Blue C M Y K H S L
Decimal 214 207 25 0 0.03 0.88 0.16 57.78 0.79 0.47
Hex D6 CF 19 0 3 58 10 3A 4F 2F
Octal 326 317 31 0 3 130 20 72 117 57
Binary 11010110 11001111 11001 0 11 1011000 10000 111010 1001111 101111

Color Harmonies of #D6CF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CF19

Black with #D6CF19

Text Example


Text Example

White with #D6CF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CF19; }

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

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

background-color css

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

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

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

border-color css

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

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

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