Html Css Color HEX #CBC509 Bird Flower

📋 copy color: '#CBC509'

red 203 ◦ green 197 ◦ blue 9

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

Shades of Bird Flower #CBC509

Tints of Bird Flower #CBC509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.2%

R = 49.63%
G = 48.17%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CBC509 (or 0xCBC509) is known color: Bird Flower. HEX triplet: CB, C5 and 09. RGB value is (203,197,9). Sum of RGB (Red+Green+Blue) = 203+197+9=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 197 (77.34% from 255 or 48.17% from 409); Blue value is 9 (3.91% from 255 or 2.20% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC509 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC509 is #343AF6. Grayscale: #B2B2B2. Windows color (decimal): -3422967 or 640459. OLE color: 640459.

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

Color convert

RGB 203 197 9 -
CMYK 0 0.03 0.96 0.20
HSL 58.14º 0.92% 0.42% -
HSV(B) 58.14º 0.96% 0.8% -
XYZ 44.64 52.65 8.07 -
YUV 177.36 32.99 146.29 -
System Red Green Blue C M Y K H S L
Decimal 203 197 9 0 0.03 0.96 0.20 58.14 0.92 0.42
Hex CB C5 9 0 3 60 14 3A 5C 2A
Octal 313 305 11 0 3 140 24 72 134 52
Binary 11001011 11000101 1001 0 11 1100000 10100 111010 1011100 101010

Color Harmonies of #CBC509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC509

Black with #CBC509

Text Example


Text Example

White with #CBC509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC509; }

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

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

background-color css

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

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

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

border-color css

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

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

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