Html Css Color HEX #CBC915 Bird Flower

📋 copy color: '#CBC915'

red 203 ◦ green 201 ◦ blue 21

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

Shades of Bird Flower #CBC915

Tints of Bird Flower #CBC915

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.29%

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

R = 47.76%
G = 47.29%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CBC915 (or 0xCBC915) is known color: Bird Flower. HEX triplet: CB, C9 and 15. RGB value is (203,201,21). Sum of RGB (Red+Green+Blue) = 203+201+21=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 201 (78.91% from 255 or 47.29% from 425); Blue value is 21 (8.59% from 255 or 4.94% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC915 is #3436EA. Grayscale: #B5B5B5. Windows color (decimal): -3421931 or 1427915. OLE color: 1427915.

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

Color convert

RGB 203 201 21 -
CMYK 0 0.01 0.90 0.20
HSL 59.34º 0.81% 0.44% -
HSV(B) 59.34º 0.9% 0.8% -
XYZ 45.65 54.52 8.83 -
YUV 181.08 37.66 143.64 -
System Red Green Blue C M Y K H S L
Decimal 203 201 21 0 0.01 0.90 0.20 59.34 0.81 0.44
Hex CB C9 15 0 1 5A 14 3B 51 2C
Octal 313 311 25 0 1 132 24 73 121 54
Binary 11001011 11001001 10101 0 1 1011010 10100 111011 1010001 101100

Color Harmonies of #CBC915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC915

Black with #CBC915

Text Example


Text Example

White with #CBC915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC915; }

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

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

background-color css

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

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

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

border-color css

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

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

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