Html Css Color HEX #D2C003 Bird Flower

📋 copy color: '#D2C003'

red 210 ◦ green 192 ◦ blue 3

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

Shades of Bird Flower #D2C003

Tints of Bird Flower #D2C003

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.41%

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 51.85%
G = 47.41%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D2C003 (or 0xD2C003) is known color: Bird Flower. HEX triplet: D2, C0 and 03. RGB value is (210,192,3). Sum of RGB (Red+Green+Blue) = 210+192+3=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 3 (1.56% from 255 or 0.74% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C003 is #2D3FFC. Grayscale: #B0B0B0. Windows color (decimal): -2965501 or 245970. OLE color: 245970.

HSL color Cylindrical-coordinate representation of color #D2C003: hue angle of 54.78º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2C003 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 192 3 -
CMYK 0 0.09 0.99 0.18
HSL 54.78º 0.97% 0.42% -
HSV(B) 54.78º 0.99% 0.82% -
XYZ 45.44 51.41 7.61 -
YUV 175.84 30.46 152.37 -
System Red Green Blue C M Y K H S L
Decimal 210 192 3 0 0.09 0.99 0.18 54.78 0.97 0.42
Hex D2 C0 3 0 9 63 12 37 61 2A
Octal 322 300 3 0 11 143 22 67 141 52
Binary 11010010 11000000 11 0 1001 1100011 10010 110111 1100001 101010

Color Harmonies of #D2C003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C003

Black with #D2C003

Text Example


Text Example

White with #D2C003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C003; }

 p { color: rgb(210,192,3); }

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

background-color css

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

 a { background-color: rgb(210,192,3); }

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

border-color css

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

 span { border-color: rgb(210,192,3); }

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