Html Css Color HEX #DCCC02 Bird Flower

📋 copy color: '#DCCC02'

red 220 ◦ green 204 ◦ blue 2

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

Shades of Bird Flower #DCCC02

Tints of Bird Flower #DCCC02

RGB

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

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

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

R = 51.64%
G = 47.89%
B = 0.47%

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

#DCCC02 (or 0xDCCC02) is known color: Bird Flower. HEX triplet: DC, CC and 02. RGB value is (220,204,2). Sum of RGB (Red+Green+Blue) = 220+204+2=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 2 (1.17% from 255 or 0.47% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCC02 is #2333FD. Grayscale: #BABABA. Windows color (decimal): -2307070 or 183516. OLE color: 183516.

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

Color convert

RGB 220 204 2 -
CMYK 0 0.07 0.99 0.14
HSL 55.6º 0.98% 0.44% -
HSV(B) 55.6º 0.99% 0.86% -
XYZ 51.12 58.41 8.64 -
YUV 185.76 24.3 152.43 -
System Red Green Blue C M Y K H S L
Decimal 220 204 2 0 0.07 0.99 0.14 55.6 0.98 0.44
Hex DC CC 2 0 7 63 E 38 62 2C
Octal 334 314 2 0 7 143 16 70 142 54
Binary 11011100 11001100 10 0 111 1100011 1110 111000 1100010 101100

Color Harmonies of #DCCC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC02

Black with #DCCC02

Text Example


Text Example

White with #DCCC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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