Html Css Color HEX #D0C003 Bird Flower

📋 copy color: '#D0C003'

red 208 ◦ green 192 ◦ blue 3

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

Shades of Bird Flower #D0C003

Tints of Bird Flower #D0C003

RGB

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

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

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

R = 51.61%
G = 47.64%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D0C003 (or 0xD0C003) is known color: Bird Flower. HEX triplet: D0, C0 and 03. RGB value is (208,192,3). Sum of RGB (Red+Green+Blue) = 208+192+3=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 3 (1.56% from 255 or 0.74% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C003 is #2F3FFC. Grayscale: #B0B0B0. Windows color (decimal): -3096573 or 245968. OLE color: 245968.

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

Color convert

RGB 208 192 3 -
CMYK 0 0.08 0.99 0.18
HSL 55.32º 0.97% 0.41% -
HSV(B) 55.32º 0.99% 0.82% -
XYZ 44.88 51.12 7.59 -
YUV 175.24 30.8 151.37 -
System Red Green Blue C M Y K H S L
Decimal 208 192 3 0 0.08 0.99 0.18 55.32 0.97 0.41
Hex D0 C0 3 0 8 63 12 37 61 29
Octal 320 300 3 0 10 143 22 67 141 51
Binary 11010000 11000000 11 0 1000 1100011 10010 110111 1100001 101001

Color Harmonies of #D0C003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C003

Black with #D0C003

Text Example


Text Example

White with #D0C003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C003; }

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

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

background-color css

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

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

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

border-color css

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

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

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