Html Css Color HEX #DCCC03 Bird Flower

📋 copy color: '#DCCC03'

red 220 ◦ green 204 ◦ blue 3

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

Shades of Bird Flower #DCCC03

Tints of Bird Flower #DCCC03

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.78%

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

R = 51.52%
G = 47.78%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DCCC03 (or 0xDCCC03) is known color: Bird Flower. HEX triplet: DC, CC and 03. RGB value is (220,204,3). Sum of RGB (Red+Green+Blue) = 220+204+3=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 3 (1.56% from 255 or 0.70% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCC03 is #2333FC. Grayscale: #BABABA. Windows color (decimal): -2307069 or 249052. OLE color: 249052.

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

Color convert

RGB 220 204 3 -
CMYK 0 0.07 0.99 0.14
HSL 55.58º 0.97% 0.44% -
HSV(B) 55.58º 0.99% 0.86% -
XYZ 51.12 58.41 8.67 -
YUV 185.87 24.8 152.34 -
System Red Green Blue C M Y K H S L
Decimal 220 204 3 0 0.07 0.99 0.14 55.58 0.97 0.44
Hex DC CC 3 0 7 63 E 38 61 2C
Octal 334 314 3 0 7 143 16 70 141 54
Binary 11011100 11001100 11 0 111 1100011 1110 111000 1100001 101100

Color Harmonies of #DCCC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC03

Black with #DCCC03

Text Example


Text Example

White with #DCCC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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