Html Css Color HEX #CCD00A Bird Flower

📋 copy color: '#CCD00A'

red 204 ◦ green 208 ◦ blue 10

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

Shades of Bird Flower #CCD00A

Tints of Bird Flower #CCD00A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.29%

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

R = 48.34%
G = 49.29%
B = 2.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#CCD00A (or 0xCCD00A) is known color: Bird Flower. HEX triplet: CC, D0 and 0A. RGB value is (204,208,10). Sum of RGB (Red+Green+Blue) = 204+208+10=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 10 (4.30% from 255 or 2.37% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD00A is #332FF5. Grayscale: #B9B9B9. Windows color (decimal): -3354614 or 708812. OLE color: 708812.

HSL color Cylindrical-coordinate representation of color #CCD00A: hue angle of 61.21º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCD00A is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 10 -
CMYK 0.02 0 0.95 0.18
HSL 61.21º 0.91% 0.43% -
HSV(B) 61.21º 0.95% 0.82% -
XYZ 47.51 57.97 8.97 -
YUV 184.23 29.67 142.1 -
System Red Green Blue C M Y K H S L
Decimal 204 208 10 0.02 0 0.95 0.18 61.21 0.91 0.43
Hex CC D0 A 2 0 5F 12 3D 5B 2B
Octal 314 320 12 2 0 137 22 75 133 53
Binary 11001100 11010000 1010 10 0 1011111 10010 111101 1011011 101011

Color Harmonies of #CCD00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD00A

Black with #CCD00A

Text Example


Text Example

White with #CCD00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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