Html Css Color HEX #CBC716 Bird Flower

📋 copy color: '#CBC716'

red 203 ◦ green 199 ◦ blue 22

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

Shades of Bird Flower #CBC716

Tints of Bird Flower #CBC716

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.93%

 BLUE value IS 22 (8.98% from 255) = 5.19%

R = 47.88%
G = 46.93%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CBC716 (or 0xCBC716) is known color: Bird Flower. HEX triplet: CB, C7 and 16. RGB value is (203,199,22). Sum of RGB (Red+Green+Blue) = 203+199+22=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 199 (78.12% from 255 or 46.93% from 424); Blue value is 22 (8.98% from 255 or 5.19% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC716 is #3438E9. Grayscale: #B4B4B4. Windows color (decimal): -3422442 or 1492939. OLE color: 1492939.

HSL color Cylindrical-coordinate representation of color #CBC716: hue angle of 58.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CBC716 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 199 22 -
CMYK 0 0.02 0.89 0.20
HSL 58.67º 0.8% 0.44% -
HSV(B) 58.67º 0.89% 0.8% -
XYZ 45.2 53.6 8.72 -
YUV 180.02 38.83 144.39 -
System Red Green Blue C M Y K H S L
Decimal 203 199 22 0 0.02 0.89 0.20 58.67 0.8 0.44
Hex CB C7 16 0 2 59 14 3B 50 2C
Octal 313 307 26 0 2 131 24 73 120 54
Binary 11001011 11000111 10110 0 10 1011001 10100 111011 1010000 101100

Color Harmonies of #CBC716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC716

Black with #CBC716

Text Example


Text Example

White with #CBC716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC716; }

 p { color: rgb(203,199,22); }

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

background-color css

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

 a { background-color: rgb(203,199,22); }

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

border-color css

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

 span { border-color: rgb(203,199,22); }

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