Html Css Color HEX #CBC613 Bird Flower

📋 copy color: '#CBC613'

red 203 ◦ green 198 ◦ blue 19

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

Shades of Bird Flower #CBC613

Tints of Bird Flower #CBC613

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.14%

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

R = 48.33%
G = 47.14%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CBC613 (or 0xCBC613) is known color: Bird Flower. HEX triplet: CB, C6 and 13. RGB value is (203,198,19). Sum of RGB (Red+Green+Blue) = 203+198+19=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 19 (7.81% from 255 or 4.52% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC613 is #3439EC. Grayscale: #B3B3B3. Windows color (decimal): -3422701 or 1296075. OLE color: 1296075.

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

Color convert

RGB 203 198 19 -
CMYK 0 0.02 0.91 0.20
HSL 58.37º 0.83% 0.44% -
HSV(B) 58.37º 0.91% 0.8% -
XYZ 44.94 53.13 8.5 -
YUV 179.09 37.66 145.05 -
System Red Green Blue C M Y K H S L
Decimal 203 198 19 0 0.02 0.91 0.20 58.37 0.83 0.44
Hex CB C6 13 0 2 5B 14 3A 53 2C
Octal 313 306 23 0 2 133 24 72 123 54
Binary 11001011 11000110 10011 0 10 1011011 10100 111010 1010011 101100

Color Harmonies of #CBC613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC613

Black with #CBC613

Text Example


Text Example

White with #CBC613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC613; }

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

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

background-color css

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

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

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

border-color css

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

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

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