Html Css Color HEX #CBC506 Bird Flower

📋 copy color: '#CBC506'

red 203 ◦ green 197 ◦ blue 6

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

Shades of Bird Flower #CBC506

Tints of Bird Flower #CBC506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.48%

R = 50%
G = 48.52%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CBC506 (or 0xCBC506) is known color: Bird Flower. HEX triplet: CB, C5 and 06. RGB value is (203,197,6). Sum of RGB (Red+Green+Blue) = 203+197+6=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 197 (77.34% from 255 or 48.52% from 406); Blue value is 6 (2.73% from 255 or 1.48% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC506 is #343AF9. Grayscale: #B1B1B1. Windows color (decimal): -3422970 or 443851. OLE color: 443851.

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

Color convert

RGB 203 197 6 -
CMYK 0 0.03 0.97 0.20
HSL 58.17º 0.94% 0.41% -
HSV(B) 58.17º 0.97% 0.8% -
XYZ 44.63 52.64 7.98 -
YUV 177.02 31.49 146.53 -
System Red Green Blue C M Y K H S L
Decimal 203 197 6 0 0.03 0.97 0.20 58.17 0.94 0.41
Hex CB C5 6 0 3 61 14 3A 5E 29
Octal 313 305 6 0 3 141 24 72 136 51
Binary 11001011 11000101 110 0 11 1100001 10100 111010 1011110 101001

Color Harmonies of #CBC506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC506

Black with #CBC506

Text Example


Text Example

White with #CBC506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC506; }

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

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

background-color css

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

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

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

border-color css

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

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

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