Html Css Color HEX #CCDC0A Bird Flower

📋 copy color: '#CCDC0A'

red 204 ◦ green 220 ◦ blue 10

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

Shades of Bird Flower #CCDC0A

Tints of Bird Flower #CCDC0A

RGB

 RED value IS 204 (80.08% from 255) = 47%

 GREEN value IS 220 (86.33% from 255) = 50.69%

 BLUE value IS 10 (4.3% from 255) = 2.3%

R = 47%
G = 50.69%
B = 2.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#CCDC0A (or 0xCCDC0A) is known color: Bird Flower. HEX triplet: CC, DC and 0A. RGB value is (204,220,10). Sum of RGB (Red+Green+Blue) = 204+220+10=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 10 (4.30% from 255 or 2.30% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDC0A is #3323F5. Grayscale: #C0C0C0. Windows color (decimal): -3351542 or 711884. OLE color: 711884.

HSL color Cylindrical-coordinate representation of color #CCDC0A: hue angle of 64.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCDC0A is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 220 10 -
CMYK 0.07 0 0.95 0.14
HSL 64.57º 0.91% 0.45% -
HSV(B) 64.57º 0.95% 0.86% -
XYZ 50.55 64.05 9.98 -
YUV 191.28 25.7 137.08 -
System Red Green Blue C M Y K H S L
Decimal 204 220 10 0.07 0 0.95 0.14 64.57 0.91 0.45
Hex CC DC A 7 0 5F E 41 5B 2D
Octal 314 334 12 7 0 137 16 101 133 55
Binary 11001100 11011100 1010 111 0 1011111 1110 1000001 1011011 101101

Color Harmonies of #CCDC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC0A

Black with #CCDC0A

Text Example


Text Example

White with #CCDC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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