Html Css Color HEX #CCC704 Bird Flower

📋 copy color: '#CCC704'

red 204 ◦ green 199 ◦ blue 4

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

Shades of Bird Flower #CCC704

Tints of Bird Flower #CCC704

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.98%

R = 50.12%
G = 48.89%
B = 0.98%

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

#CCC704 (or 0xCCC704) is known color: Bird Flower. HEX triplet: CC, C7 and 04. RGB value is (204,199,4). Sum of RGB (Red+Green+Blue) = 204+199+4=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 199 (78.12% from 255 or 48.89% from 407); Blue value is 4 (1.95% from 255 or 0.98% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC704 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC704 is #3338FB. Grayscale: #B3B3B3. Windows color (decimal): -3356924 or 313292. OLE color: 313292.

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

Color convert

RGB 204 199 4 -
CMYK 0 0.02 0.98 0.2
HSL 58.5º 0.96% 0.41% -
HSV(B) 58.5º 0.98% 0.8% -
XYZ 45.35 53.69 8.09 -
YUV 178.27 29.66 146.36 -
System Red Green Blue C M Y K H S L
Decimal 204 199 4 0 0.02 0.98 0.2 58.5 0.96 0.41
Hex CC C7 4 0 2 62 14 3A 60 29
Octal 314 307 4 0 2 142 24 72 140 51
Binary 11001100 11000111 100 0 10 1100010 10100 111010 1100000 101001

Color Harmonies of #CCC704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC704

Black with #CCC704

Text Example


Text Example

White with #CCC704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC704; }

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

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

background-color css

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

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

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

border-color css

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

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

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