Html Css Color HEX #CCD405 Bird Flower

📋 copy color: '#CCD405'

red 204 ◦ green 212 ◦ blue 5

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

Shades of Bird Flower #CCD405

Tints of Bird Flower #CCD405

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.36%

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

R = 48.46%
G = 50.36%
B = 1.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#CCD405 (or 0xCCD405) is known color: Bird Flower. HEX triplet: CC, D4 and 05. RGB value is (204,212,5). Sum of RGB (Red+Green+Blue) = 204+212+5=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 212 (83.20% from 255 or 50.36% from 421); Blue value is 5 (2.34% from 255 or 1.19% from 421); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD405 is #332BFA. Grayscale: #BABABA. Windows color (decimal): -3353595 or 382156. OLE color: 382156.

HSL color Cylindrical-coordinate representation of color #CCD405: hue angle of 62.32º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCD405 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 5 -
CMYK 0.04 0 0.98 0.17
HSL 62.32º 0.95% 0.43% -
HSV(B) 62.32º 0.98% 0.83% -
XYZ 48.47 59.94 9.16 -
YUV 186.01 25.85 140.83 -
System Red Green Blue C M Y K H S L
Decimal 204 212 5 0.04 0 0.98 0.17 62.32 0.95 0.43
Hex CC D4 5 4 0 62 11 3E 5F 2B
Octal 314 324 5 4 0 142 21 76 137 53
Binary 11001100 11010100 101 100 0 1100010 10001 111110 1011111 101011

Color Harmonies of #CCD405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD405

Black with #CCD405

Text Example


Text Example

White with #CCD405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD405; }

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

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

background-color css

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

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

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

border-color css

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

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

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