Html Css Color HEX #CBC513 Bird Flower

📋 copy color: '#CBC513'

red 203 ◦ green 197 ◦ blue 19

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

Shades of Bird Flower #CBC513

Tints of Bird Flower #CBC513

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.02%

 BLUE value IS 19 (7.81% from 255) = 4.53%

R = 48.45%
G = 47.02%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CBC513 (or 0xCBC513) is known color: Bird Flower. HEX triplet: CB, C5 and 13. RGB value is (203,197,19). Sum of RGB (Red+Green+Blue) = 203+197+19=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 19 (7.81% from 255 or 4.53% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC513 is #343AEC. Grayscale: #B3B3B3. Windows color (decimal): -3422957 or 1295819. OLE color: 1295819.

HSL color Cylindrical-coordinate representation of color #CBC513: hue angle of 58.04º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBC513 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 197 19 -
CMYK 0 0.03 0.91 0.20
HSL 58.04º 0.83% 0.44% -
HSV(B) 58.04º 0.91% 0.8% -
XYZ 44.71 52.68 8.43 -
YUV 178.5 37.99 145.47 -
System Red Green Blue C M Y K H S L
Decimal 203 197 19 0 0.03 0.91 0.20 58.04 0.83 0.44
Hex CB C5 13 0 3 5B 14 3A 53 2C
Octal 313 305 23 0 3 133 24 72 123 54
Binary 11001011 11000101 10011 0 11 1011011 10100 111010 1010011 101100

Color Harmonies of #CBC513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC513

Black with #CBC513

Text Example


Text Example

White with #CBC513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC513; }

 p { color: rgb(203,197,19); }

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

background-color css

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

 a { background-color: rgb(203,197,19); }

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

border-color css

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

 span { border-color: rgb(203,197,19); }

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