Html Css Color HEX #D2CC0E Bird Flower

📋 copy color: '#D2CC0E'

red 210 ◦ green 204 ◦ blue 14

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

Shades of Bird Flower #D2CC0E

Tints of Bird Flower #D2CC0E

RGB

 RED value IS 210 (82.42% from 255) = 49.07%

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

 BLUE value IS 14 (5.86% from 255) = 3.27%

R = 49.07%
G = 47.66%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2CC0E (or 0xD2CC0E) is known color: Bird Flower. HEX triplet: D2, CC and 0E. RGB value is (210,204,14). Sum of RGB (Red+Green+Blue) = 210+204+14=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 14 (5.86% from 255 or 3.27% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2CC0E is #2D33F1. Grayscale: #B8B8B8. Windows color (decimal): -2962418 or 969938. OLE color: 969938.

HSL color Cylindrical-coordinate representation of color #D2CC0E: hue angle of 58.16º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2CC0E is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 204 14 -
CMYK 0 0.03 0.93 0.18
HSL 58.16º 0.88% 0.44% -
HSV(B) 58.16º 0.93% 0.82% -
XYZ 48.25 56.92 8.86 -
YUV 184.13 31.99 146.45 -
System Red Green Blue C M Y K H S L
Decimal 210 204 14 0 0.03 0.93 0.18 58.16 0.88 0.44
Hex D2 CC E 0 3 5D 12 3A 58 2C
Octal 322 314 16 0 3 135 22 72 130 54
Binary 11010010 11001100 1110 0 11 1011101 10010 111010 1011000 101100

Color Harmonies of #D2CC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CC0E

Black with #D2CC0E

Text Example


Text Example

White with #D2CC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CC0E; }

 p { color: rgb(210,204,14); }

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

background-color css

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

 a { background-color: rgb(210,204,14); }

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

border-color css

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

 span { border-color: rgb(210,204,14); }

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