Html Css Color HEX #CCC00B Bird Flower

📋 copy color: '#CCC00B'

red 204 ◦ green 192 ◦ blue 11

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

Shades of Bird Flower #CCC00B

Tints of Bird Flower #CCC00B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.17%

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

R = 50.12%
G = 47.17%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CCC00B (or 0xCCC00B) is known color: Bird Flower. HEX triplet: CC, C0 and 0B. RGB value is (204,192,11). Sum of RGB (Red+Green+Blue) = 204+192+11=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 11 (4.69% from 255 or 2.70% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC00B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC00B is #333FF4. Grayscale: #AFAFAF. Windows color (decimal): -3358709 or 770252. OLE color: 770252.

HSL color Cylindrical-coordinate representation of color #CCC00B: hue angle of 56.27º 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 #CCC00B is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 192 11 -
CMYK 0 0.06 0.95 0.2
HSL 56.27º 0.9% 0.42% -
HSV(B) 56.27º 0.95% 0.8% -
XYZ 43.81 50.56 7.77 -
YUV 174.95 35.48 148.72 -
System Red Green Blue C M Y K H S L
Decimal 204 192 11 0 0.06 0.95 0.2 56.27 0.9 0.42
Hex CC C0 B 0 6 5F 14 38 5A 2A
Octal 314 300 13 0 6 137 24 70 132 52
Binary 11001100 11000000 1011 0 110 1011111 10100 111000 1011010 101010

Color Harmonies of #CCC00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC00B

Black with #CCC00B

Text Example


Text Example

White with #CCC00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC00B; }

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

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

background-color css

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

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

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

border-color css

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

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

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