Html Css Color HEX #D2D00C Bird Flower

📋 copy color: '#D2D00C'

red 210 ◦ green 208 ◦ blue 12

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

Shades of Bird Flower #D2D00C

Tints of Bird Flower #D2D00C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.37%

 BLUE value IS 12 (5.08% from 255) = 2.79%

R = 48.84%
G = 48.37%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2D00C (or 0xD2D00C) is known color: Bird Flower. HEX triplet: D2, D0 and 0C. RGB value is (210,208,12). Sum of RGB (Red+Green+Blue) = 210+208+12=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 12 (5.08% from 255 or 2.79% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2D00C is #2D2FF3. Grayscale: #BBBBBB. Windows color (decimal): -2961396 or 839890. OLE color: 839890.

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

Color convert

RGB 210 208 12 -
CMYK 0 0.01 0.94 0.18
HSL 59.39º 0.89% 0.44% -
HSV(B) 59.39º 0.94% 0.82% -
XYZ 49.2 58.84 9.11 -
YUV 186.25 29.66 144.94 -
System Red Green Blue C M Y K H S L
Decimal 210 208 12 0 0.01 0.94 0.18 59.39 0.89 0.44
Hex D2 D0 C 0 1 5E 12 3B 59 2C
Octal 322 320 14 0 1 136 22 73 131 54
Binary 11010010 11010000 1100 0 1 1011110 10010 111011 1011001 101100

Color Harmonies of #D2D00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D00C

Black with #D2D00C

Text Example


Text Example

White with #D2D00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D00C; }

 p { color: rgb(210,208,12); }

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

background-color css

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

 a { background-color: rgb(210,208,12); }

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

border-color css

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

 span { border-color: rgb(210,208,12); }

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