Html Css Color HEX #D4CA26 Barberry

📋 copy color: '#D4CA26'

red 212 ◦ green 202 ◦ blue 38

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

Shades of Barberry #D4CA26

Tints of Barberry #D4CA26

RGB

 RED value IS 212 (83.2% from 255) = 46.9%

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

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

R = 46.9%
G = 44.69%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D4CA26 (or 0xD4CA26) is known color: Barberry. HEX triplet: D4, CA and 26. RGB value is (212,202,38). Sum of RGB (Red+Green+Blue) = 212+202+38=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 38 (15.23% from 255 or 8.41% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CA26 is #2B35D9. Grayscale: #BABABA. Windows color (decimal): -2831834 or 2542292. OLE color: 2542292.

HSL color Cylindrical-coordinate representation of color #D4CA26: hue angle of 56.55º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D4CA26 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 202 38 -
CMYK 0 0.05 0.82 0.17
HSL 56.55º 0.7% 0.49% -
HSV(B) 56.55º 0.82% 0.83% -
XYZ 48.62 56.38 10.15 -
YUV 186.29 44.31 146.34 -
System Red Green Blue C M Y K H S L
Decimal 212 202 38 0 0.05 0.82 0.17 56.55 0.7 0.49
Hex D4 CA 26 0 5 52 11 39 46 31
Octal 324 312 46 0 5 122 21 71 106 61
Binary 11010100 11001010 100110 0 101 1010010 10001 111001 1000110 110001

Color Harmonies of #D4CA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CA26

Black with #D4CA26

Text Example


Text Example

White with #D4CA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CA26; }

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

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

background-color css

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

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

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

border-color css

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

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

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