Html Css Color HEX #CCD207 Bird Flower

📋 copy color: '#CCD207'

red 204 ◦ green 210 ◦ blue 7

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

Shades of Bird Flower #CCD207

Tints of Bird Flower #CCD207

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.88%

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

R = 48.46%
G = 49.88%
B = 1.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#CCD207 (or 0xCCD207) is known color: Bird Flower. HEX triplet: CC, D2 and 07. RGB value is (204,210,7). Sum of RGB (Red+Green+Blue) = 204+210+7=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 210 (82.42% from 255 or 49.88% from 421); Blue value is 7 (3.12% from 255 or 1.66% from 421); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD207 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCD207 is #332DF8. Grayscale: #B9B9B9. Windows color (decimal): -3354105 or 512716. OLE color: 512716.

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

Color convert

RGB 204 210 7 -
CMYK 0.03 0 0.97 0.18
HSL 61.77º 0.94% 0.43% -
HSV(B) 61.77º 0.97% 0.82% -
XYZ 47.99 58.95 9.05 -
YUV 185.06 27.51 141.51 -
System Red Green Blue C M Y K H S L
Decimal 204 210 7 0.03 0 0.97 0.18 61.77 0.94 0.43
Hex CC D2 7 3 0 61 12 3E 5E 2B
Octal 314 322 7 3 0 141 22 76 136 53
Binary 11001100 11010010 111 11 0 1100001 10010 111110 1011110 101011

Color Harmonies of #CCD207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD207

Black with #CCD207

Text Example


Text Example

White with #CCD207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD207; }

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

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

background-color css

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

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

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

border-color css

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

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

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