Html Css Color HEX #CCC703 Bird Flower

📋 copy color: '#CCC703'

red 204 ◦ green 199 ◦ blue 3

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

Shades of Bird Flower #CCC703

Tints of Bird Flower #CCC703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 50.25%
G = 49.01%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CCC703 (or 0xCCC703) is known color: Bird Flower. HEX triplet: CC, C7 and 03. RGB value is (204,199,3). Sum of RGB (Red+Green+Blue) = 204+199+3=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 199 (78.12% from 255 or 49.01% from 406); Blue value is 3 (1.56% from 255 or 0.74% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC703 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC703 is #3338FC. Grayscale: #B2B2B2. Windows color (decimal): -3356925 or 247756. OLE color: 247756.

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

Color convert

RGB 204 199 3 -
CMYK 0 0.02 0.99 0.2
HSL 58.51º 0.97% 0.41% -
HSV(B) 58.51º 0.99% 0.8% -
XYZ 45.34 53.69 8.06 -
YUV 178.15 29.16 146.44 -
System Red Green Blue C M Y K H S L
Decimal 204 199 3 0 0.02 0.99 0.2 58.51 0.97 0.41
Hex CC C7 3 0 2 63 14 3B 61 29
Octal 314 307 3 0 2 143 24 73 141 51
Binary 11001100 11000111 11 0 10 1100011 10100 111011 1100001 101001

Color Harmonies of #CCC703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC703

Black with #CCC703

Text Example


Text Example

White with #CCC703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC703; }

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

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

background-color css

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

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

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

border-color css

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

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

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