Html Css Color HEX #CCC70B Bird Flower

📋 copy color: '#CCC70B'

red 204 ◦ green 199 ◦ blue 11

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

Shades of Bird Flower #CCC70B

Tints of Bird Flower #CCC70B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.66%

R = 49.28%
G = 48.07%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CCC70B (or 0xCCC70B) is known color: Bird Flower. HEX triplet: CC, C7 and 0B. RGB value is (204,199,11). Sum of RGB (Red+Green+Blue) = 204+199+11=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 199 (78.12% from 255 or 48.07% from 414); Blue value is 11 (4.69% from 255 or 2.66% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC70B is #3338F4. Grayscale: #B3B3B3. Windows color (decimal): -3356917 or 772044. OLE color: 772044.

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

Color convert

RGB 204 199 11 -
CMYK 0 0.02 0.95 0.2
HSL 58.45º 0.9% 0.42% -
HSV(B) 58.45º 0.95% 0.8% -
XYZ 45.39 53.71 8.29 -
YUV 179.06 33.16 145.79 -
System Red Green Blue C M Y K H S L
Decimal 204 199 11 0 0.02 0.95 0.2 58.45 0.9 0.42
Hex CC C7 B 0 2 5F 14 3A 5A 2A
Octal 314 307 13 0 2 137 24 72 132 52
Binary 11001100 11000111 1011 0 10 1011111 10100 111010 1011010 101010

Color Harmonies of #CCC70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC70B

Black with #CCC70B

Text Example


Text Example

White with #CCC70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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