Html Css Color HEX #CCD60A Bird Flower

📋 copy color: '#CCD60A'

red 204 ◦ green 214 ◦ blue 10

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

Shades of Bird Flower #CCD60A

Tints of Bird Flower #CCD60A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50%

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

R = 47.66%
G = 50%
B = 2.34%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#CCD60A (or 0xCCD60A) is known color: Bird Flower. HEX triplet: CC, D6 and 0A. RGB value is (204,214,10). Sum of RGB (Red+Green+Blue) = 204+214+10=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 214 (83.98% from 255 or 50% from 428); Blue value is 10 (4.30% from 255 or 2.34% from 428); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD60A is #3329F5. Grayscale: #BCBCBC. Windows color (decimal): -3353078 or 710348. OLE color: 710348.

HSL color Cylindrical-coordinate representation of color #CCD60A: hue angle of 62.94º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCD60A is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 214 10 -
CMYK 0.05 0 0.95 0.16
HSL 62.94º 0.91% 0.44% -
HSV(B) 62.94º 0.95% 0.84% -
XYZ 49 60.95 9.47 -
YUV 187.75 27.69 139.59 -
System Red Green Blue C M Y K H S L
Decimal 204 214 10 0.05 0 0.95 0.16 62.94 0.91 0.44
Hex CC D6 A 5 0 5F 10 3F 5B 2C
Octal 314 326 12 5 0 137 20 77 133 54
Binary 11001100 11010110 1010 101 0 1011111 10000 111111 1011011 101100

Color Harmonies of #CCD60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD60A

Black with #CCD60A

Text Example


Text Example

White with #CCD60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD60A; }

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

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

background-color css

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

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

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

border-color css

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

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

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