Html Css Color HEX #DCCA01 Bird Flower

📋 copy color: '#DCCA01'

red 220 ◦ green 202 ◦ blue 1

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

Shades of Bird Flower #DCCA01

Tints of Bird Flower #DCCA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 52.01%
G = 47.75%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DCCA01 (or 0xDCCA01) is known color: Bird Flower. HEX triplet: DC, CA and 01. RGB value is (220,202,1). Sum of RGB (Red+Green+Blue) = 220+202+1=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 1 (0.78% from 255 or 0.24% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCA01 is #2335FE. Grayscale: #B9B9B9. Windows color (decimal): -2307583 or 117468. OLE color: 117468.

HSL color Cylindrical-coordinate representation of color #DCCA01: hue angle of 55.07º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCCA01 is Cyan = 0, Magento = 0.08, Yellow = 1.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 202 1 -
CMYK 0 0.08 1.00 0.14
HSL 55.07º 0.99% 0.43% -
HSV(B) 55.07º 1% 0.86% -
XYZ 50.64 57.46 8.45 -
YUV 184.47 24.46 153.34 -
System Red Green Blue C M Y K H S L
Decimal 220 202 1 0 0.08 1.00 0.14 55.07 0.99 0.43
Hex DC CA 1 0 8 64 E 37 63 2B
Octal 334 312 1 0 10 144 16 67 143 53
Binary 11011100 11001010 1 0 1000 1100100 1110 110111 1100011 101011

Color Harmonies of #DCCA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA01

Black with #DCCA01

Text Example


Text Example

White with #DCCA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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