Html Css Color HEX #CBAD15 Bird Flower

📋 copy color: '#CBAD15'

red 203 ◦ green 173 ◦ blue 21

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

Shades of Bird Flower #CBAD15

Tints of Bird Flower #CBAD15

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.58%

 BLUE value IS 21 (8.59% from 255) = 5.29%

R = 51.13%
G = 43.58%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CBAD15 (or 0xCBAD15) is known color: Bird Flower. HEX triplet: CB, AD and 15. RGB value is (203,173,21). Sum of RGB (Red+Green+Blue) = 203+173+21=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 21 (8.59% from 255 or 5.29% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAD15 is #3452EA. Grayscale: #A5A5A5. Windows color (decimal): -3429099 or 1420747. OLE color: 1420747.

HSL color Cylindrical-coordinate representation of color #CBAD15: hue angle of 50.11º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBAD15 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 173 21 -
CMYK 0 0.15 0.90 0.20
HSL 50.11º 0.81% 0.44% -
HSV(B) 50.11º 0.9% 0.8% -
XYZ 39.71 42.64 6.85 -
YUV 164.64 46.94 155.36 -
System Red Green Blue C M Y K H S L
Decimal 203 173 21 0 0.15 0.90 0.20 50.11 0.81 0.44
Hex CB AD 15 0 F 5A 14 32 51 2C
Octal 313 255 25 0 17 132 24 62 121 54
Binary 11001011 10101101 10101 0 1111 1011010 10100 110010 1010001 101100

Color Harmonies of #CBAD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAD15

Black with #CBAD15

Text Example


Text Example

White with #CBAD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAD15; }

 p { color: rgb(203,173,21); }

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

background-color css

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

 a { background-color: rgb(203,173,21); }

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

border-color css

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

 span { border-color: rgb(203,173,21); }

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