Html Css Color HEX #D5CF29 Barberry

📋 copy color: '#D5CF29'

red 213 ◦ green 207 ◦ blue 41

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

Shades of Barberry #D5CF29

Tints of Barberry #D5CF29

RGB

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

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

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

R = 46.2%
G = 44.9%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D5CF29 (or 0xD5CF29) is known color: Barberry. HEX triplet: D5, CF and 29. RGB value is (213,207,41). Sum of RGB (Red+Green+Blue) = 213+207+41=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 41 (16.41% from 255 or 8.89% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CF29 is #2A30D6. Grayscale: #BEBEBE. Windows color (decimal): -2765015 or 2740181. OLE color: 2740181.

HSL color Cylindrical-coordinate representation of color #D5CF29: hue angle of 57.91º 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 #D5CF29 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 207 41 -
CMYK 0 0.03 0.81 0.16
HSL 57.91º 0.68% 0.5% -
HSV(B) 57.91º 0.81% 0.84% -
XYZ 50.15 58.93 10.83 -
YUV 189.87 43.99 144.5 -
System Red Green Blue C M Y K H S L
Decimal 213 207 41 0 0.03 0.81 0.16 57.91 0.68 0.5
Hex D5 CF 29 0 3 51 10 3A 44 32
Octal 325 317 51 0 3 121 20 72 104 62
Binary 11010101 11001111 101001 0 11 1010001 10000 111010 1000100 110010

Color Harmonies of #D5CF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CF29

Black with #D5CF29

Text Example


Text Example

White with #D5CF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CF29; }

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

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

background-color css

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

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

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

border-color css

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

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

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