Html Css Color HEX #CF9B05 Gamboge

📋 copy color: '#CF9B05'

red 207 ◦ green 155 ◦ blue 5

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

Shades of Gamboge #CF9B05

Tints of Gamboge #CF9B05

RGB

 RED value IS 207 (81.25% from 255) = 56.4%

 GREEN value IS 155 (60.94% from 255) = 42.23%

 BLUE value IS 5 (2.34% from 255) = 1.36%

R = 56.4%
G = 42.23%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF9B05 (or 0xCF9B05) is known color: Gamboge. HEX triplet: CF, 9B and 05. RGB value is (207,155,5). Sum of RGB (Red+Green+Blue) = 207+155+5=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 5 (2.34% from 255 or 1.36% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9B05 is #3064FA. Grayscale: #9A9A9A. Windows color (decimal): -3171579 or 367567. OLE color: 367567.

HSL color Cylindrical-coordinate representation of color #CF9B05: hue angle of 44.55º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF9B05 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 155 5 -
CMYK 0 0.25 0.98 0.19
HSL 44.55º 0.95% 0.42% -
HSV(B) 44.55º 0.98% 0.81% -
XYZ 37.48 36.72 5.26 -
YUV 153.45 44.23 166.2 -
System Red Green Blue C M Y K H S L
Decimal 207 155 5 0 0.25 0.98 0.19 44.55 0.95 0.42
Hex CF 9B 5 0 19 62 13 2D 5F 2A
Octal 317 233 5 0 31 142 23 55 137 52
Binary 11001111 10011011 101 0 11001 1100010 10011 101101 1011111 101010

Color Harmonies of #CF9B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9B05

Black with #CF9B05

Text Example


Text Example

White with #CF9B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9B05; }

 p { color: rgb(207,155,5); }

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

background-color css

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

 a { background-color: rgb(207,155,5); }

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

border-color css

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

 span { border-color: rgb(207,155,5); }

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