Html Css Color HEX #D9CC01 Bird Flower

📋 copy color: '#D9CC01'

red 217 ◦ green 204 ◦ blue 1

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

Shades of Bird Flower #D9CC01

Tints of Bird Flower #D9CC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 51.42%
G = 48.34%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D9CC01 (or 0xD9CC01) is known color: Bird Flower. HEX triplet: D9, CC and 01. RGB value is (217,204,1). Sum of RGB (Red+Green+Blue) = 217+204+1=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 1 (0.78% from 255 or 0.24% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CC01 is #2633FE. Grayscale: #B9B9B9. Windows color (decimal): -2503679 or 117977. OLE color: 117977.

HSL color Cylindrical-coordinate representation of color #D9CC01: hue angle of 56.39º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9CC01 is Cyan = 0, Magento = 0.06, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 204 1 -
CMYK 0 0.06 1.00 0.15
HSL 56.39º 0.99% 0.43% -
HSV(B) 56.39º 1% 0.85% -
XYZ 50.21 57.94 8.57 -
YUV 184.75 24.31 151.01 -
System Red Green Blue C M Y K H S L
Decimal 217 204 1 0 0.06 1.00 0.15 56.39 0.99 0.43
Hex D9 CC 1 0 6 64 F 38 63 2B
Octal 331 314 1 0 6 144 17 70 143 53
Binary 11011001 11001100 1 0 110 1100100 1111 111000 1100011 101011

Color Harmonies of #D9CC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CC01

Black with #D9CC01

Text Example


Text Example

White with #D9CC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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