Html Css Color HEX #CCD507 Bird Flower

📋 copy color: '#CCD507'

red 204 ◦ green 213 ◦ blue 7

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

Shades of Bird Flower #CCD507

Tints of Bird Flower #CCD507

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.24%

 BLUE value IS 7 (3.13% from 255) = 1.65%

R = 48.11%
G = 50.24%
B = 1.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#CCD507 (or 0xCCD507) is known color: Bird Flower. HEX triplet: CC, D5 and 07. RGB value is (204,213,7). Sum of RGB (Red+Green+Blue) = 204+213+7=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 213 (83.59% from 255 or 50.24% from 424); Blue value is 7 (3.12% from 255 or 1.65% from 424); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD507 is #332AF8. Grayscale: #BBBBBB. Windows color (decimal): -3353337 or 513484. OLE color: 513484.

HSL color Cylindrical-coordinate representation of color #CCD507: hue angle of 62.62º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCD507 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 213 7 -
CMYK 0.04 0 0.97 0.16
HSL 62.62º 0.94% 0.43% -
HSV(B) 62.62º 0.97% 0.84% -
XYZ 48.73 60.44 9.3 -
YUV 186.83 26.52 140.25 -
System Red Green Blue C M Y K H S L
Decimal 204 213 7 0.04 0 0.97 0.16 62.62 0.94 0.43
Hex CC D5 7 4 0 61 10 3F 5E 2B
Octal 314 325 7 4 0 141 20 77 136 53
Binary 11001100 11010101 111 100 0 1100001 10000 111111 1011110 101011

Color Harmonies of #CCD507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD507

Black with #CCD507

Text Example


Text Example

White with #CCD507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD507; }

 p { color: rgb(204,213,7); }

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

background-color css

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

 a { background-color: rgb(204,213,7); }

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

border-color css

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

 span { border-color: rgb(204,213,7); }

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