Html Css Color HEX #CCC007 Bird Flower

📋 copy color: '#CCC007'

red 204 ◦ green 192 ◦ blue 7

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

Shades of Bird Flower #CCC007

Tints of Bird Flower #CCC007

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.64%

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

R = 50.62%
G = 47.64%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CCC007 (or 0xCCC007) is known color: Bird Flower. HEX triplet: CC, C0 and 07. RGB value is (204,192,7). Sum of RGB (Red+Green+Blue) = 204+192+7=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 7 (3.12% from 255 or 1.74% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC007 is #333FF8. Grayscale: #AFAFAF. Windows color (decimal): -3358713 or 508108. OLE color: 508108.

HSL color Cylindrical-coordinate representation of color #CCC007: hue angle of 56.35º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCC007 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 192 7 -
CMYK 0 0.06 0.97 0.2
HSL 56.35º 0.93% 0.41% -
HSV(B) 56.35º 0.97% 0.8% -
XYZ 43.79 50.55 7.65 -
YUV 174.5 33.48 149.04 -
System Red Green Blue C M Y K H S L
Decimal 204 192 7 0 0.06 0.97 0.2 56.35 0.93 0.41
Hex CC C0 7 0 6 61 14 38 5D 29
Octal 314 300 7 0 6 141 24 70 135 51
Binary 11001100 11000000 111 0 110 1100001 10100 111000 1011101 101001

Color Harmonies of #CCC007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC007

Black with #CCC007

Text Example


Text Example

White with #CCC007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC007; }

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

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

background-color css

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

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

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

border-color css

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

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

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