Html Css Color HEX #CCD012 Bird Flower

📋 copy color: '#CCD012'

red 204 ◦ green 208 ◦ blue 18

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

Shades of Bird Flower #CCD012

Tints of Bird Flower #CCD012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.19%

R = 47.44%
G = 48.37%
B = 4.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#CCD012 (or 0xCCD012) is known color: Bird Flower. HEX triplet: CC, D0 and 12. RGB value is (204,208,18). Sum of RGB (Red+Green+Blue) = 204+208+18=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 18 (7.42% from 255 or 4.19% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD012 is #332FED. Grayscale: #B9B9B9. Windows color (decimal): -3354606 or 1233100. OLE color: 1233100.

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

Color convert

RGB 204 208 18 -
CMYK 0.02 0 0.91 0.18
HSL 61.26º 0.84% 0.44% -
HSV(B) 61.26º 0.91% 0.82% -
XYZ 47.57 57.99 9.26 -
YUV 185.14 33.67 141.45 -
System Red Green Blue C M Y K H S L
Decimal 204 208 18 0.02 0 0.91 0.18 61.26 0.84 0.44
Hex CC D0 12 2 0 5B 12 3D 54 2C
Octal 314 320 22 2 0 133 22 75 124 54
Binary 11001100 11010000 10010 10 0 1011011 10010 111101 1010100 101100

Color Harmonies of #CCD012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD012

Black with #CCD012

Text Example


Text Example

White with #CCD012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD012; }

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

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

background-color css

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

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

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

border-color css

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

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

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