Html Css Color HEX #CBB411 Bird Flower

📋 copy color: '#CBB411'

red 203 ◦ green 180 ◦ blue 17

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

Shades of Bird Flower #CBB411

Tints of Bird Flower #CBB411

RGB

 RED value IS 203 (79.69% from 255) = 50.75%

 GREEN value IS 180 (70.7% from 255) = 45%

 BLUE value IS 17 (7.03% from 255) = 4.25%

R = 50.75%
G = 45%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CBB411 (or 0xCBB411) is known color: Bird Flower. HEX triplet: CB, B4 and 11. RGB value is (203,180,17). Sum of RGB (Red+Green+Blue) = 203+180+17=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB411 is #344BEE. Grayscale: #A8A8A8. Windows color (decimal): -3427311 or 1160395. OLE color: 1160395.

HSL color Cylindrical-coordinate representation of color #CBB411: hue angle of 52.58º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBB411 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 180 17 -
CMYK 0 0.11 0.92 0.20
HSL 52.58º 0.85% 0.43% -
HSV(B) 52.58º 0.92% 0.8% -
XYZ 41.05 45.38 7.13 -
YUV 168.3 42.62 152.75 -
System Red Green Blue C M Y K H S L
Decimal 203 180 17 0 0.11 0.92 0.20 52.58 0.85 0.43
Hex CB B4 11 0 B 5C 14 35 55 2B
Octal 313 264 21 0 13 134 24 65 125 53
Binary 11001011 10110100 10001 0 1011 1011100 10100 110101 1010101 101011

Color Harmonies of #CBB411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB411

Black with #CBB411

Text Example


Text Example

White with #CBB411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB411; }

 p { color: rgb(203,180,17); }

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

background-color css

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

 a { background-color: rgb(203,180,17); }

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

border-color css

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

 span { border-color: rgb(203,180,17); }

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