Html Css Color HEX #CCB00B Bird Flower

📋 copy color: '#CCB00B'

red 204 ◦ green 176 ◦ blue 11

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

Shades of Bird Flower #CCB00B

Tints of Bird Flower #CCB00B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.01%

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

R = 52.17%
G = 45.01%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CCB00B (or 0xCCB00B) is known color: Bird Flower. HEX triplet: CC, B0 and 0B. RGB value is (204,176,11). Sum of RGB (Red+Green+Blue) = 204+176+11=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 176 (69.14% from 255 or 45.01% from 391); Blue value is 11 (4.69% from 255 or 2.81% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB00B is #334FF4. Grayscale: #A6A6A6. Windows color (decimal): -3362805 or 766156. OLE color: 766156.

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

Color convert

RGB 204 176 11 -
CMYK 0 0.14 0.95 0.2
HSL 51.3º 0.9% 0.42% -
HSV(B) 51.3º 0.95% 0.8% -
XYZ 40.49 43.91 6.66 -
YUV 165.56 40.78 155.42 -
System Red Green Blue C M Y K H S L
Decimal 204 176 11 0 0.14 0.95 0.2 51.3 0.9 0.42
Hex CC B0 B 0 E 5F 14 33 5A 2A
Octal 314 260 13 0 16 137 24 63 132 52
Binary 11001100 10110000 1011 0 1110 1011111 10100 110011 1011010 101010

Color Harmonies of #CCB00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB00B

Black with #CCB00B

Text Example


Text Example

White with #CCB00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB00B; }

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

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

background-color css

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

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

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

border-color css

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

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

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