Html Css Color HEX #CBAF09 Bird Flower

📋 copy color: '#CBAF09'

red 203 ◦ green 175 ◦ blue 9

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

Shades of Bird Flower #CBAF09

Tints of Bird Flower #CBAF09

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.22%

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

R = 52.45%
G = 45.22%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CBAF09 (or 0xCBAF09) is known color: Bird Flower. HEX triplet: CB, AF and 09. RGB value is (203,175,9). Sum of RGB (Red+Green+Blue) = 203+175+9=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 9 (3.91% from 255 or 2.33% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAF09 is #3450F6. Grayscale: #A5A5A5. Windows color (decimal): -3428599 or 634827. OLE color: 634827.

HSL color Cylindrical-coordinate representation of color #CBAF09: hue angle of 51.34º 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 #CBAF09 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 175 9 -
CMYK 0 0.14 0.96 0.20
HSL 51.34º 0.92% 0.42% -
HSV(B) 51.34º 0.96% 0.8% -
XYZ 40.01 43.38 6.52 -
YUV 164.45 40.28 155.5 -
System Red Green Blue C M Y K H S L
Decimal 203 175 9 0 0.14 0.96 0.20 51.34 0.92 0.42
Hex CB AF 9 0 E 60 14 33 5C 2A
Octal 313 257 11 0 16 140 24 63 134 52
Binary 11001011 10101111 1001 0 1110 1100000 10100 110011 1011100 101010

Color Harmonies of #CBAF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAF09

Black with #CBAF09

Text Example


Text Example

White with #CBAF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAF09; }

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

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

background-color css

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

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

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

border-color css

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

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

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