Html Css Color HEX #CCC706 Bird Flower

📋 copy color: '#CCC706'

red 204 ◦ green 199 ◦ blue 6

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

Shades of Bird Flower #CCC706

Tints of Bird Flower #CCC706

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.66%

 BLUE value IS 6 (2.73% from 255) = 1.47%

R = 49.88%
G = 48.66%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CCC706 (or 0xCCC706) is known color: Bird Flower. HEX triplet: CC, C7 and 06. RGB value is (204,199,6). Sum of RGB (Red+Green+Blue) = 204+199+6=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 199 (78.12% from 255 or 48.66% from 409); Blue value is 6 (2.73% from 255 or 1.47% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC706 is #3338F9. Grayscale: #B3B3B3. Windows color (decimal): -3356922 or 444364. OLE color: 444364.

HSL color Cylindrical-coordinate representation of color #CCC706: hue angle of 58.48º degrees, saturation: 0.94, 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 #CCC706 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 199 6 -
CMYK 0 0.02 0.97 0.2
HSL 58.48º 0.94% 0.41% -
HSV(B) 58.48º 0.97% 0.8% -
XYZ 45.36 53.7 8.15 -
YUV 178.49 30.66 146.19 -
System Red Green Blue C M Y K H S L
Decimal 204 199 6 0 0.02 0.97 0.2 58.48 0.94 0.41
Hex CC C7 6 0 2 61 14 3A 5E 29
Octal 314 307 6 0 2 141 24 72 136 51
Binary 11001100 11000111 110 0 10 1100001 10100 111010 1011110 101001

Color Harmonies of #CCC706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC706

Black with #CCC706

Text Example


Text Example

White with #CCC706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC706; }

 p { color: rgb(204,199,6); }

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

background-color css

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

 a { background-color: rgb(204,199,6); }

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

border-color css

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

 span { border-color: rgb(204,199,6); }

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