Html Css Color HEX #D0CC29 Barberry

📋 copy color: '#D0CC29'

red 208 ◦ green 204 ◦ blue 41

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

Shades of Barberry #D0CC29

Tints of Barberry #D0CC29

RGB

 RED value IS 208 (81.64% from 255) = 45.92%

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

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

R = 45.92%
G = 45.03%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D0CC29 (or 0xD0CC29) is known color: Barberry. HEX triplet: D0, CC and 29. RGB value is (208,204,41). Sum of RGB (Red+Green+Blue) = 208+204+41=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 41 (16.41% from 255 or 9.05% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CC29 is #2F33D6. Grayscale: #BBBBBB. Windows color (decimal): -3093463 or 2739408. OLE color: 2739408.

HSL color Cylindrical-coordinate representation of color #D0CC29: hue angle of 58.56º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0CC29 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 204 41 -
CMYK 0 0.02 0.80 0.18
HSL 58.56º 0.67% 0.49% -
HSV(B) 58.56º 0.8% 0.82% -
XYZ 48.01 56.76 10.52 -
YUV 186.61 45.83 143.25 -
System Red Green Blue C M Y K H S L
Decimal 208 204 41 0 0.02 0.80 0.18 58.56 0.67 0.49
Hex D0 CC 29 0 2 50 12 3B 43 31
Octal 320 314 51 0 2 120 22 73 103 61
Binary 11010000 11001100 101001 0 10 1010000 10010 111011 1000011 110001

Color Harmonies of #D0CC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CC29

Black with #D0CC29

Text Example


Text Example

White with #D0CC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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