Html Css Color HEX #DCC803 Bird Flower

📋 copy color: '#DCC803'

red 220 ◦ green 200 ◦ blue 3

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

Shades of Bird Flower #DCC803

Tints of Bird Flower #DCC803

RGB

 RED value IS 220 (86.33% from 255) = 52.01%

 GREEN value IS 200 (78.52% from 255) = 47.28%

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

R = 52.01%
G = 47.28%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DCC803 (or 0xDCC803) is known color: Bird Flower. HEX triplet: DC, C8 and 03. RGB value is (220,200,3). Sum of RGB (Red+Green+Blue) = 220+200+3=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 200 (78.52% from 255 or 47.28% from 423); Blue value is 3 (1.56% from 255 or 0.71% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC803 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC803 is #2337FC. Grayscale: #B8B8B8. Windows color (decimal): -2308093 or 248028. OLE color: 248028.

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

Color convert

RGB 220 200 3 -
CMYK 0 0.09 0.99 0.14
HSL 54.47º 0.97% 0.44% -
HSV(B) 54.47º 0.99% 0.86% -
XYZ 50.19 56.53 8.35 -
YUV 183.52 26.13 154.02 -
System Red Green Blue C M Y K H S L
Decimal 220 200 3 0 0.09 0.99 0.14 54.47 0.97 0.44
Hex DC C8 3 0 9 63 E 36 61 2C
Octal 334 310 3 0 11 143 16 66 141 54
Binary 11011100 11001000 11 0 1001 1100011 1110 110110 1100001 101100

Color Harmonies of #DCC803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC803

Black with #DCC803

Text Example


Text Example

White with #DCC803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC803; }

 p { color: rgb(220,200,3); }

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

background-color css

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

 a { background-color: rgb(220,200,3); }

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

border-color css

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

 span { border-color: rgb(220,200,3); }

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