Html Css Color HEX #D9CA26 Barberry

📋 copy color: '#D9CA26'

red 217 ◦ green 202 ◦ blue 38

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

Shades of Barberry #D9CA26

Tints of Barberry #D9CA26

RGB

 RED value IS 217 (85.16% from 255) = 47.48%

 GREEN value IS 202 (79.3% from 255) = 44.2%

 BLUE value IS 38 (15.23% from 255) = 8.32%

R = 47.48%
G = 44.2%
B = 8.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D9CA26 (or 0xD9CA26) is known color: Barberry. HEX triplet: D9, CA and 26. RGB value is (217,202,38). Sum of RGB (Red+Green+Blue) = 217+202+38=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 38 (15.23% from 255 or 8.32% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CA26 is #2635D9. Grayscale: #BCBCBC. Windows color (decimal): -2504154 or 2542297. OLE color: 2542297.

HSL color Cylindrical-coordinate representation of color #D9CA26: hue angle of 54.97º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9CA26 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 202 38 -
CMYK 0 0.07 0.82 0.15
HSL 54.97º 0.7% 0.5% -
HSV(B) 54.97º 0.82% 0.85% -
XYZ 50.09 57.13 10.22 -
YUV 187.79 43.47 148.84 -
System Red Green Blue C M Y K H S L
Decimal 217 202 38 0 0.07 0.82 0.15 54.97 0.7 0.5
Hex D9 CA 26 0 7 52 F 37 46 32
Octal 331 312 46 0 7 122 17 67 106 62
Binary 11011001 11001010 100110 0 111 1010010 1111 110111 1000110 110010

Color Harmonies of #D9CA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CA26

Black with #D9CA26

Text Example


Text Example

White with #D9CA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CA26; }

 p { color: rgb(217,202,38); }

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

background-color css

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

 a { background-color: rgb(217,202,38); }

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

border-color css

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

 span { border-color: rgb(217,202,38); }

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