Html Css Color HEX #DCCA02 Bird Flower

📋 copy color: '#DCCA02'

red 220 ◦ green 202 ◦ blue 2

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

Shades of Bird Flower #DCCA02

Tints of Bird Flower #DCCA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 51.89%
G = 47.64%
B = 0.47%

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

#DCCA02 (or 0xDCCA02) is known color: Bird Flower. HEX triplet: DC, CA and 02. RGB value is (220,202,2). Sum of RGB (Red+Green+Blue) = 220+202+2=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 202 (79.30% from 255 or 47.64% from 424); Blue value is 2 (1.17% from 255 or 0.47% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCA02 is #2335FD. Grayscale: #B9B9B9. Windows color (decimal): -2307582 or 183004. OLE color: 183004.

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

Color convert

RGB 220 202 2 -
CMYK 0 0.08 0.99 0.14
HSL 55.05º 0.98% 0.44% -
HSV(B) 55.05º 0.99% 0.86% -
XYZ 50.65 57.46 8.48 -
YUV 184.58 24.96 153.26 -
System Red Green Blue C M Y K H S L
Decimal 220 202 2 0 0.08 0.99 0.14 55.05 0.98 0.44
Hex DC CA 2 0 8 63 E 37 62 2C
Octal 334 312 2 0 10 143 16 67 142 54
Binary 11011100 11001010 10 0 1000 1100011 1110 110111 1100010 101100

Color Harmonies of #DCCA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA02

Black with #DCCA02

Text Example


Text Example

White with #DCCA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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