Html Css Color HEX #D0C303 Bird Flower

📋 copy color: '#D0C303'

red 208 ◦ green 195 ◦ blue 3

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

Shades of Bird Flower #D0C303

Tints of Bird Flower #D0C303

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.03%

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

R = 51.23%
G = 48.03%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D0C303 (or 0xD0C303) is known color: Bird Flower. HEX triplet: D0, C3 and 03. RGB value is (208,195,3). Sum of RGB (Red+Green+Blue) = 208+195+3=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 3 (1.56% from 255 or 0.74% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C303 is #2F3CFC. Grayscale: #B1B1B1. Windows color (decimal): -3095805 or 246736. OLE color: 246736.

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

Color convert

RGB 208 195 3 -
CMYK 0 0.06 0.99 0.18
HSL 56.2º 0.97% 0.41% -
HSV(B) 56.2º 0.99% 0.82% -
XYZ 45.54 52.45 7.81 -
YUV 177 29.81 150.11 -
System Red Green Blue C M Y K H S L
Decimal 208 195 3 0 0.06 0.99 0.18 56.2 0.97 0.41
Hex D0 C3 3 0 6 63 12 38 61 29
Octal 320 303 3 0 6 143 22 70 141 51
Binary 11010000 11000011 11 0 110 1100011 10010 111000 1100001 101001

Color Harmonies of #D0C303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C303

Black with #D0C303

Text Example


Text Example

White with #D0C303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C303; }

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

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

background-color css

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

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

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

border-color css

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

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

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