Html Css Color HEX #CBD509 Bird Flower

📋 copy color: '#CBD509'

red 203 ◦ green 213 ◦ blue 9

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

Shades of Bird Flower #CBD509

Tints of Bird Flower #CBD509

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.12%

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

R = 47.76%
G = 50.12%
B = 2.12%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#CBD509 (or 0xCBD509) is known color: Bird Flower. HEX triplet: CB, D5 and 09. RGB value is (203,213,9). Sum of RGB (Red+Green+Blue) = 203+213+9=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 9 (3.91% from 255 or 2.12% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD509 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD509 is #342AF6. Grayscale: #BBBBBB. Windows color (decimal): -3418871 or 644555. OLE color: 644555.

HSL color Cylindrical-coordinate representation of color #CBD509: hue angle of 62.94º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBD509 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 213 9 -
CMYK 0.05 0 0.96 0.16
HSL 62.94º 0.92% 0.44% -
HSV(B) 62.94º 0.96% 0.84% -
XYZ 48.47 60.3 9.34 -
YUV 186.75 27.69 139.59 -
System Red Green Blue C M Y K H S L
Decimal 203 213 9 0.05 0 0.96 0.16 62.94 0.92 0.44
Hex CB D5 9 5 0 60 10 3F 5C 2C
Octal 313 325 11 5 0 140 20 77 134 54
Binary 11001011 11010101 1001 101 0 1100000 10000 111111 1011100 101100

Color Harmonies of #CBD509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD509

Black with #CBD509

Text Example


Text Example

White with #CBD509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD509; }

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

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

background-color css

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

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

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

border-color css

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

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

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