Html Css Color HEX #CBC510 Bird Flower

📋 copy color: '#CBC510'

red 203 ◦ green 197 ◦ blue 16

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

Shades of Bird Flower #CBC510

Tints of Bird Flower #CBC510

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.36%

 BLUE value IS 16 (6.64% from 255) = 3.85%

R = 48.8%
G = 47.36%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CBC510 (or 0xCBC510) is known color: Bird Flower. HEX triplet: CB, C5 and 10. RGB value is (203,197,16). Sum of RGB (Red+Green+Blue) = 203+197+16=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC510 is #343AEF. Grayscale: #B2B2B2. Windows color (decimal): -3422960 or 1099211. OLE color: 1099211.

HSL color Cylindrical-coordinate representation of color #CBC510: hue angle of 58.07º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBC510 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 197 16 -
CMYK 0 0.03 0.92 0.20
HSL 58.07º 0.85% 0.43% -
HSV(B) 58.07º 0.92% 0.8% -
XYZ 44.69 52.67 8.3 -
YUV 178.16 36.49 145.72 -
System Red Green Blue C M Y K H S L
Decimal 203 197 16 0 0.03 0.92 0.20 58.07 0.85 0.43
Hex CB C5 10 0 3 5C 14 3A 55 2B
Octal 313 305 20 0 3 134 24 72 125 53
Binary 11001011 11000101 10000 0 11 1011100 10100 111010 1010101 101011

Color Harmonies of #CBC510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC510

Black with #CBC510

Text Example


Text Example

White with #CBC510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC510; }

 p { color: rgb(203,197,16); }

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

background-color css

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

 a { background-color: rgb(203,197,16); }

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

border-color css

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

 span { border-color: rgb(203,197,16); }

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