Html Css Color HEX #CCC705 Bird Flower

📋 copy color: '#CCC705'

red 204 ◦ green 199 ◦ blue 5

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

Shades of Bird Flower #CCC705

Tints of Bird Flower #CCC705

RGB

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

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

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

R = 50%
G = 48.77%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CCC705 (or 0xCCC705) is known color: Bird Flower. HEX triplet: CC, C7 and 05. RGB value is (204,199,5). Sum of RGB (Red+Green+Blue) = 204+199+5=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 199 (78.12% from 255 or 48.77% from 408); Blue value is 5 (2.34% from 255 or 1.23% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC705 is #3338FA. Grayscale: #B3B3B3. Windows color (decimal): -3356923 or 378828. OLE color: 378828.

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

Color convert

RGB 204 199 5 -
CMYK 0 0.02 0.98 0.2
HSL 58.49º 0.95% 0.41% -
HSV(B) 58.49º 0.98% 0.8% -
XYZ 45.35 53.7 8.12 -
YUV 178.38 30.16 146.27 -
System Red Green Blue C M Y K H S L
Decimal 204 199 5 0 0.02 0.98 0.2 58.49 0.95 0.41
Hex CC C7 5 0 2 62 14 3A 5F 29
Octal 314 307 5 0 2 142 24 72 137 51
Binary 11001100 11000111 101 0 10 1100010 10100 111010 1011111 101001

Color Harmonies of #CCC705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC705

Black with #CCC705

Text Example


Text Example

White with #CCC705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC705; }

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

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

background-color css

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

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

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

border-color css

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

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

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