Html Css Color HEX #CCD305 Bird Flower

📋 copy color: '#CCD305'

red 204 ◦ green 211 ◦ blue 5

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

Shades of Bird Flower #CCD305

Tints of Bird Flower #CCD305

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.24%

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

R = 48.57%
G = 50.24%
B = 1.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#CCD305 (or 0xCCD305) is known color: Bird Flower. HEX triplet: CC, D3 and 05. RGB value is (204,211,5). Sum of RGB (Red+Green+Blue) = 204+211+5=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 211 (82.81% from 255 or 50.24% from 420); Blue value is 5 (2.34% from 255 or 1.19% from 420); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD305 is #332CFA. Grayscale: #BABABA. Windows color (decimal): -3353851 or 381900. OLE color: 381900.

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

Color convert

RGB 204 211 5 -
CMYK 0.03 0 0.98 0.17
HSL 62.04º 0.95% 0.42% -
HSV(B) 62.04º 0.98% 0.83% -
XYZ 48.22 59.44 9.07 -
YUV 185.42 26.18 141.25 -
System Red Green Blue C M Y K H S L
Decimal 204 211 5 0.03 0 0.98 0.17 62.04 0.95 0.42
Hex CC D3 5 3 0 62 11 3E 5F 2A
Octal 314 323 5 3 0 142 21 76 137 52
Binary 11001100 11010011 101 11 0 1100010 10001 111110 1011111 101010

Color Harmonies of #CCD305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD305

Black with #CCD305

Text Example


Text Example

White with #CCD305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD305; }

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

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

background-color css

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

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

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

border-color css

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

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

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