Html Css Color HEX #CBC711 Bird Flower

📋 copy color: '#CBC711'

red 203 ◦ green 199 ◦ blue 17

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

Shades of Bird Flower #CBC711

Tints of Bird Flower #CBC711

RGB

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

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

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

R = 48.45%
G = 47.49%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CBC711 (or 0xCBC711) is known color: Bird Flower. HEX triplet: CB, C7 and 11. RGB value is (203,199,17). Sum of RGB (Red+Green+Blue) = 203+199+17=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 199 (78.12% from 255 or 47.49% from 419); Blue value is 17 (7.03% from 255 or 4.06% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC711 is #3438EE. Grayscale: #B4B4B4. Windows color (decimal): -3422447 or 1165259. OLE color: 1165259.

HSL color Cylindrical-coordinate representation of color #CBC711: hue angle of 58.71º 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 #CBC711 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 199 17 -
CMYK 0 0.02 0.92 0.20
HSL 58.71º 0.85% 0.43% -
HSV(B) 58.71º 0.92% 0.8% -
XYZ 45.15 53.58 8.49 -
YUV 179.45 36.33 144.8 -
System Red Green Blue C M Y K H S L
Decimal 203 199 17 0 0.02 0.92 0.20 58.71 0.85 0.43
Hex CB C7 11 0 2 5C 14 3B 55 2B
Octal 313 307 21 0 2 134 24 73 125 53
Binary 11001011 11000111 10001 0 10 1011100 10100 111011 1010101 101011

Color Harmonies of #CBC711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC711

Black with #CBC711

Text Example


Text Example

White with #CBC711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC711; }

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

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

background-color css

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

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

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

border-color css

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

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

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