Html Css Color HEX #D0CC01 Bird Flower

📋 copy color: '#D0CC01'

red 208 ◦ green 204 ◦ blue 1

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

Shades of Bird Flower #D0CC01

Tints of Bird Flower #D0CC01

RGB

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

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

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

R = 50.36%
G = 49.39%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D0CC01 (or 0xD0CC01) is known color: Bird Flower. HEX triplet: D0, CC and 01. RGB value is (208,204,1). Sum of RGB (Red+Green+Blue) = 208+204+1=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 1 (0.78% from 255 or 0.24% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CC01 is #2F33FE. Grayscale: #B6B6B6. Windows color (decimal): -3093503 or 117968. OLE color: 117968.

HSL color Cylindrical-coordinate representation of color #D0CC01: hue angle of 58.84º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0CC01 is Cyan = 0, Magento = 0.02, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 204 1 -
CMYK 0 0.02 1.00 0.18
HSL 58.84º 0.99% 0.41% -
HSV(B) 58.84º 1% 0.82% -
XYZ 47.61 56.6 8.44 -
YUV 182.05 25.83 146.51 -
System Red Green Blue C M Y K H S L
Decimal 208 204 1 0 0.02 1.00 0.18 58.84 0.99 0.41
Hex D0 CC 1 0 2 64 12 3B 63 29
Octal 320 314 1 0 2 144 22 73 143 51
Binary 11010000 11001100 1 0 10 1100100 10010 111011 1100011 101001

Color Harmonies of #D0CC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CC01

Black with #D0CC01

Text Example


Text Example

White with #D0CC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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