Html Css Color HEX #D5CA29 Barberry

📋 copy color: '#D5CA29'

red 213 ◦ green 202 ◦ blue 41

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

Shades of Barberry #D5CA29

Tints of Barberry #D5CA29

RGB

 RED value IS 213 (83.59% from 255) = 46.71%

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

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

R = 46.71%
G = 44.3%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D5CA29 (or 0xD5CA29) is known color: Barberry. HEX triplet: D5, CA and 29. RGB value is (213,202,41). Sum of RGB (Red+Green+Blue) = 213+202+41=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 41 (16.41% from 255 or 8.99% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CA29 is #2A35D6. Grayscale: #BBBBBB. Windows color (decimal): -2766295 or 2738901. OLE color: 2738901.

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

Color convert

RGB 213 202 41 -
CMYK 0 0.05 0.81 0.16
HSL 56.16º 0.68% 0.5% -
HSV(B) 56.16º 0.81% 0.84% -
XYZ 48.96 56.55 10.43 -
YUV 186.94 45.64 146.59 -
System Red Green Blue C M Y K H S L
Decimal 213 202 41 0 0.05 0.81 0.16 56.16 0.68 0.5
Hex D5 CA 29 0 5 51 10 38 44 32
Octal 325 312 51 0 5 121 20 70 104 62
Binary 11010101 11001010 101001 0 101 1010001 10000 111000 1000100 110010

Color Harmonies of #D5CA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA29

Black with #D5CA29

Text Example


Text Example

White with #D5CA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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