Html Css Color HEX #DCCA03 Bird Flower

📋 copy color: '#DCCA03'

red 220 ◦ green 202 ◦ blue 3

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

Shades of Bird Flower #DCCA03

Tints of Bird Flower #DCCA03

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.53%

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

R = 51.76%
G = 47.53%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DCCA03 (or 0xDCCA03) is known color: Bird Flower. HEX triplet: DC, CA and 03. RGB value is (220,202,3). Sum of RGB (Red+Green+Blue) = 220+202+3=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 3 (1.56% from 255 or 0.71% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCA03 is #2335FC. Grayscale: #B9B9B9. Windows color (decimal): -2307581 or 248540. OLE color: 248540.

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

Color convert

RGB 220 202 3 -
CMYK 0 0.08 0.99 0.14
HSL 55.02º 0.97% 0.44% -
HSV(B) 55.02º 0.99% 0.86% -
XYZ 50.65 57.46 8.51 -
YUV 184.7 25.46 153.18 -
System Red Green Blue C M Y K H S L
Decimal 220 202 3 0 0.08 0.99 0.14 55.02 0.97 0.44
Hex DC CA 3 0 8 63 E 37 61 2C
Octal 334 312 3 0 10 143 16 67 141 54
Binary 11011100 11001010 11 0 1000 1100011 1110 110111 1100001 101100

Color Harmonies of #DCCA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA03

Black with #DCCA03

Text Example


Text Example

White with #DCCA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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