Html Css Color HEX #CFA00B Gamboge

📋 copy color: '#CFA00B'

red 207 ◦ green 160 ◦ blue 11

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

Shades of Gamboge #CFA00B

Tints of Gamboge #CFA00B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.33%

 BLUE value IS 11 (4.69% from 255) = 2.91%

R = 54.76%
G = 42.33%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CFA00B (or 0xCFA00B) is known color: Gamboge. HEX triplet: CF, A0 and 0B. RGB value is (207,160,11). Sum of RGB (Red+Green+Blue) = 207+160+11=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA00B is #305FF4. Grayscale: #9D9D9D. Windows color (decimal): -3170293 or 762063. OLE color: 762063.

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

Color convert

RGB 207 160 11 -
CMYK 0 0.23 0.95 0.19
HSL 45.61º 0.9% 0.43% -
HSV(B) 45.61º 0.95% 0.81% -
XYZ 38.36 38.43 5.71 -
YUV 157.07 45.57 163.62 -
System Red Green Blue C M Y K H S L
Decimal 207 160 11 0 0.23 0.95 0.19 45.61 0.9 0.43
Hex CF A0 B 0 17 5F 13 2E 5A 2B
Octal 317 240 13 0 27 137 23 56 132 53
Binary 11001111 10100000 1011 0 10111 1011111 10011 101110 1011010 101011

Color Harmonies of #CFA00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA00B

Black with #CFA00B

Text Example


Text Example

White with #CFA00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA00B; }

 p { color: rgb(207,160,11); }

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

background-color css

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

 a { background-color: rgb(207,160,11); }

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

border-color css

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

 span { border-color: rgb(207,160,11); }

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