Html Css Color HEX #CCD005 Bird Flower

📋 copy color: '#CCD005'

red 204 ◦ green 208 ◦ blue 5

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

Shades of Bird Flower #CCD005

Tints of Bird Flower #CCD005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.2%

R = 48.92%
G = 49.88%
B = 1.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#CCD005 (or 0xCCD005) is known color: Bird Flower. HEX triplet: CC, D0 and 05. RGB value is (204,208,5). Sum of RGB (Red+Green+Blue) = 204+208+5=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 5 (2.34% from 255 or 1.20% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD005 is #332FFA. Grayscale: #B8B8B8. Windows color (decimal): -3354619 or 381132. OLE color: 381132.

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

Color convert

RGB 204 208 5 -
CMYK 0.02 0 0.98 0.18
HSL 61.18º 0.95% 0.42% -
HSV(B) 61.18º 0.98% 0.82% -
XYZ 47.49 57.96 8.83 -
YUV 183.66 27.17 142.51 -
System Red Green Blue C M Y K H S L
Decimal 204 208 5 0.02 0 0.98 0.18 61.18 0.95 0.42
Hex CC D0 5 2 0 62 12 3D 5F 2A
Octal 314 320 5 2 0 142 22 75 137 52
Binary 11001100 11010000 101 10 0 1100010 10010 111101 1011111 101010

Color Harmonies of #CCD005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD005

Black with #CCD005

Text Example


Text Example

White with #CCD005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD005; }

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

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

background-color css

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

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

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

border-color css

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

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

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