Html Css Color HEX #CBAE15 Bird Flower

📋 copy color: '#CBAE15'

red 203 ◦ green 174 ◦ blue 21

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

Shades of Bird Flower #CBAE15

Tints of Bird Flower #CBAE15

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.72%

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

R = 51.01%
G = 43.72%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CBAE15 (or 0xCBAE15) is known color: Bird Flower. HEX triplet: CB, AE and 15. RGB value is (203,174,21). Sum of RGB (Red+Green+Blue) = 203+174+21=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAE15 is #3451EA. Grayscale: #A5A5A5. Windows color (decimal): -3428843 or 1421003. OLE color: 1421003.

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

Color convert

RGB 203 174 21 -
CMYK 0 0.14 0.90 0.20
HSL 50.44º 0.81% 0.44% -
HSV(B) 50.44º 0.9% 0.8% -
XYZ 39.9 43.02 6.91 -
YUV 165.23 46.61 154.94 -
System Red Green Blue C M Y K H S L
Decimal 203 174 21 0 0.14 0.90 0.20 50.44 0.81 0.44
Hex CB AE 15 0 E 5A 14 32 51 2C
Octal 313 256 25 0 16 132 24 62 121 54
Binary 11001011 10101110 10101 0 1110 1011010 10100 110010 1010001 101100

Color Harmonies of #CBAE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAE15

Black with #CBAE15

Text Example


Text Example

White with #CBAE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAE15; }

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

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

background-color css

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

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

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

border-color css

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

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

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