Html Css Color HEX #CBC015 Bird Flower

📋 copy color: '#CBC015'

red 203 ◦ green 192 ◦ blue 21

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

Shades of Bird Flower #CBC015

Tints of Bird Flower #CBC015

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.15%

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

R = 48.8%
G = 46.15%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CBC015 (or 0xCBC015) is known color: Bird Flower. HEX triplet: CB, C0 and 15. RGB value is (203,192,21). Sum of RGB (Red+Green+Blue) = 203+192+21=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 21 (8.59% from 255 or 5.05% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC015 is #343FEA. Grayscale: #B0B0B0. Windows color (decimal): -3424235 or 1425611. OLE color: 1425611.

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

Color convert

RGB 203 192 21 -
CMYK 0 0.05 0.90 0.20
HSL 56.37º 0.81% 0.44% -
HSV(B) 56.37º 0.9% 0.8% -
XYZ 43.61 50.45 8.15 -
YUV 175.8 40.64 147.4 -
System Red Green Blue C M Y K H S L
Decimal 203 192 21 0 0.05 0.90 0.20 56.37 0.81 0.44
Hex CB C0 15 0 5 5A 14 38 51 2C
Octal 313 300 25 0 5 132 24 70 121 54
Binary 11001011 11000000 10101 0 101 1011010 10100 111000 1010001 101100

Color Harmonies of #CBC015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC015

Black with #CBC015

Text Example


Text Example

White with #CBC015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC015; }

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

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

background-color css

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

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

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

border-color css

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

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

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