Html Css Color HEX #D9CC2C Barberry

📋 copy color: '#D9CC2C'

red 217 ◦ green 204 ◦ blue 44

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

Shades of Barberry #D9CC2C

Tints of Barberry #D9CC2C

RGB

 RED value IS 217 (85.16% from 255) = 46.67%

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

 BLUE value IS 44 (17.58% from 255) = 9.46%

R = 46.67%
G = 43.87%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9CC2C (or 0xD9CC2C) is known color: Barberry. HEX triplet: D9, CC and 2C. RGB value is (217,204,44). Sum of RGB (Red+Green+Blue) = 217+204+44=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 44 (17.58% from 255 or 9.46% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CC2C is #2633D3. Grayscale: #BEBEBE. Windows color (decimal): -2503636 or 2936025. OLE color: 2936025.

HSL color Cylindrical-coordinate representation of color #D9CC2C: hue angle of 55.49º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9CC2C is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 204 44 -
CMYK 0 0.06 0.80 0.15
HSL 55.49º 0.69% 0.51% -
HSV(B) 55.49º 0.8% 0.85% -
XYZ 50.66 58.12 10.93 -
YUV 189.65 45.81 147.51 -
System Red Green Blue C M Y K H S L
Decimal 217 204 44 0 0.06 0.80 0.15 55.49 0.69 0.51
Hex D9 CC 2C 0 6 50 F 37 45 33
Octal 331 314 54 0 6 120 17 67 105 63
Binary 11011001 11001100 101100 0 110 1010000 1111 110111 1000101 110011

Color Harmonies of #D9CC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CC2C

Black with #D9CC2C

Text Example


Text Example

White with #D9CC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CC2C; }

 p { color: rgb(217,204,44); }

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

background-color css

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

 a { background-color: rgb(217,204,44); }

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

border-color css

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

 span { border-color: rgb(217,204,44); }

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