Html Css Color HEX #D5CC29 Barberry

📋 copy color: '#D5CC29'

red 213 ◦ green 204 ◦ blue 41

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

Shades of Barberry #D5CC29

Tints of Barberry #D5CC29

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.54%

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

R = 46.51%
G = 44.54%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D5CC29 (or 0xD5CC29) is known color: Barberry. HEX triplet: D5, CC and 29. RGB value is (213,204,41). Sum of RGB (Red+Green+Blue) = 213+204+41=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 41 (16.41% from 255 or 8.95% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CC29 is #2A33D6. Grayscale: #BCBCBC. Windows color (decimal): -2765783 or 2739413. OLE color: 2739413.

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

Color convert

RGB 213 204 41 -
CMYK 0 0.04 0.81 0.16
HSL 56.86º 0.68% 0.5% -
HSV(B) 56.86º 0.81% 0.84% -
XYZ 49.43 57.49 10.59 -
YUV 188.11 44.98 145.75 -
System Red Green Blue C M Y K H S L
Decimal 213 204 41 0 0.04 0.81 0.16 56.86 0.68 0.5
Hex D5 CC 29 0 4 51 10 39 44 32
Octal 325 314 51 0 4 121 20 71 104 62
Binary 11010101 11001100 101001 0 100 1010001 10000 111001 1000100 110010

Color Harmonies of #D5CC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC29

Black with #D5CC29

Text Example


Text Example

White with #D5CC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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