Html Css Color HEX #CCB20B Bird Flower

📋 copy color: '#CCB20B'

red 204 ◦ green 178 ◦ blue 11

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

Shades of Bird Flower #CCB20B

Tints of Bird Flower #CCB20B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.29%

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

R = 51.91%
G = 45.29%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CCB20B (or 0xCCB20B) is known color: Bird Flower. HEX triplet: CC, B2 and 0B. RGB value is (204,178,11). Sum of RGB (Red+Green+Blue) = 204+178+11=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB20B is #334DF4. Grayscale: #A7A7A7. Windows color (decimal): -3362293 or 766668. OLE color: 766668.

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

Color convert

RGB 204 178 11 -
CMYK 0 0.13 0.95 0.2
HSL 51.92º 0.9% 0.42% -
HSV(B) 51.92º 0.95% 0.8% -
XYZ 40.88 44.7 6.79 -
YUV 166.74 40.11 154.58 -
System Red Green Blue C M Y K H S L
Decimal 204 178 11 0 0.13 0.95 0.2 51.92 0.9 0.42
Hex CC B2 B 0 D 5F 14 34 5A 2A
Octal 314 262 13 0 15 137 24 64 132 52
Binary 11001100 10110010 1011 0 1101 1011111 10100 110100 1011010 101010

Color Harmonies of #CCB20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB20B

Black with #CCB20B

Text Example


Text Example

White with #CCB20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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