Html Css Color HEX #D4CA29 Barberry

📋 copy color: '#D4CA29'

red 212 ◦ green 202 ◦ blue 41

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

Shades of Barberry #D4CA29

Tints of Barberry #D4CA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.01%

R = 46.59%
G = 44.4%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D4CA29 (or 0xD4CA29) is known color: Barberry. HEX triplet: D4, CA and 29. RGB value is (212,202,41). Sum of RGB (Red+Green+Blue) = 212+202+41=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 41 (16.41% from 255 or 9.01% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CA29 is #2B35D6. Grayscale: #BBBBBB. Windows color (decimal): -2831831 or 2738900. OLE color: 2738900.

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

Color convert

RGB 212 202 41 -
CMYK 0 0.05 0.81 0.17
HSL 56.49º 0.68% 0.5% -
HSV(B) 56.49º 0.81% 0.83% -
XYZ 48.67 56.4 10.42 -
YUV 186.64 45.81 146.09 -
System Red Green Blue C M Y K H S L
Decimal 212 202 41 0 0.05 0.81 0.17 56.49 0.68 0.5
Hex D4 CA 29 0 5 51 11 38 44 32
Octal 324 312 51 0 5 121 21 70 104 62
Binary 11010100 11001010 101001 0 101 1010001 10001 111000 1000100 110010

Color Harmonies of #D4CA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CA29

Black with #D4CA29

Text Example


Text Example

White with #D4CA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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