Html Css Color HEX #D9CC1E Barberry

📋 copy color: '#D9CC1E'

red 217 ◦ green 204 ◦ blue 30

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

Shades of Barberry #D9CC1E

Tints of Barberry #D9CC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.65%

R = 48.12%
G = 45.23%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9CC1E (or 0xD9CC1E) is known color: Barberry. HEX triplet: D9, CC and 1E. RGB value is (217,204,30). Sum of RGB (Red+Green+Blue) = 217+204+30=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 30 (12.11% from 255 or 6.65% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CC1E is #2633E1. Grayscale: #BCBCBC. Windows color (decimal): -2503650 or 2018521. OLE color: 2018521.

HSL color Cylindrical-coordinate representation of color #D9CC1E: hue angle of 55.83º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9CC1E is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 204 30 -
CMYK 0 0.06 0.86 0.15
HSL 55.83º 0.76% 0.48% -
HSV(B) 55.83º 0.86% 0.85% -
XYZ 50.44 58.03 9.77 -
YUV 188.05 38.81 148.65 -
System Red Green Blue C M Y K H S L
Decimal 217 204 30 0 0.06 0.86 0.15 55.83 0.76 0.48
Hex D9 CC 1E 0 6 56 F 38 4C 30
Octal 331 314 36 0 6 126 17 70 114 60
Binary 11011001 11001100 11110 0 110 1010110 1111 111000 1001100 110000

Color Harmonies of #D9CC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CC1E

Black with #D9CC1E

Text Example


Text Example

White with #D9CC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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