Html Css Color HEX #CBBC15 Bird Flower

📋 copy color: '#CBBC15'

red 203 ◦ green 188 ◦ blue 21

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

Shades of Bird Flower #CBBC15

Tints of Bird Flower #CBBC15

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.63%

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

R = 49.27%
G = 45.63%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CBBC15 (or 0xCBBC15) is known color: Bird Flower. HEX triplet: CB, BC and 15. RGB value is (203,188,21). Sum of RGB (Red+Green+Blue) = 203+188+21=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 21 (8.59% from 255 or 5.10% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBBC15 is #3443EA. Grayscale: #AEAEAE. Windows color (decimal): -3425259 or 1424587. OLE color: 1424587.

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

Color convert

RGB 203 188 21 -
CMYK 0 0.07 0.90 0.20
HSL 55.05º 0.81% 0.44% -
HSV(B) 55.05º 0.9% 0.8% -
XYZ 42.75 48.72 7.86 -
YUV 173.45 41.97 149.08 -
System Red Green Blue C M Y K H S L
Decimal 203 188 21 0 0.07 0.90 0.20 55.05 0.81 0.44
Hex CB BC 15 0 7 5A 14 37 51 2C
Octal 313 274 25 0 7 132 24 67 121 54
Binary 11001011 10111100 10101 0 111 1011010 10100 110111 1010001 101100

Color Harmonies of #CBBC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBC15

Black with #CBBC15

Text Example


Text Example

White with #CBBC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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