Html Css Color HEX #D0C203 Bird Flower

📋 copy color: '#D0C203'

red 208 ◦ green 194 ◦ blue 3

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

Shades of Bird Flower #D0C203

Tints of Bird Flower #D0C203

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.9%

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

R = 51.36%
G = 47.9%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D0C203 (or 0xD0C203) is known color: Bird Flower. HEX triplet: D0, C2 and 03. RGB value is (208,194,3). Sum of RGB (Red+Green+Blue) = 208+194+3=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 3 (1.56% from 255 or 0.74% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C203 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C203 is #2F3DFC. Grayscale: #B1B1B1. Windows color (decimal): -3096061 or 246480. OLE color: 246480.

HSL color Cylindrical-coordinate representation of color #D0C203: hue angle of 55.9º 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 #D0C203 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 194 3 -
CMYK 0 0.07 0.99 0.18
HSL 55.9º 0.97% 0.41% -
HSV(B) 55.9º 0.99% 0.82% -
XYZ 45.32 52 7.73 -
YUV 176.41 30.14 150.53 -
System Red Green Blue C M Y K H S L
Decimal 208 194 3 0 0.07 0.99 0.18 55.9 0.97 0.41
Hex D0 C2 3 0 7 63 12 38 61 29
Octal 320 302 3 0 7 143 22 70 141 51
Binary 11010000 11000010 11 0 111 1100011 10010 111000 1100001 101001

Color Harmonies of #D0C203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C203

Black with #D0C203

Text Example


Text Example

White with #D0C203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C203; }

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

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

background-color css

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

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

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

border-color css

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

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

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