Html Css Color HEX #CFBB30 Old Gold

📋 copy color: '#CFBB30'

red 207 ◦ green 187 ◦ blue 48

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

Shades of Old Gold #CFBB30

Tints of Old Gold #CFBB30

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.31%

 BLUE value IS 48 (19.14% from 255) = 10.86%

R = 46.83%
G = 42.31%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CFBB30 (or 0xCFBB30) is known color: Old Gold. HEX triplet: CF, BB and 30. RGB value is (207,187,48). Sum of RGB (Red+Green+Blue) = 207+187+48=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 48 (19.14% from 255 or 10.86% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB30 is #3044CF. Grayscale: #B1B1B1. Windows color (decimal): -3163344 or 3193807. OLE color: 3193807.

HSL color Cylindrical-coordinate representation of color #CFBB30: hue angle of 52.45º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFBB30 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 187 48 -
CMYK 0 0.10 0.77 0.19
HSL 52.45º 0.62% 0.5% -
HSV(B) 52.45º 0.77% 0.81% -
XYZ 44.04 49.02 9.94 -
YUV 177.13 55.13 149.3 -
System Red Green Blue C M Y K H S L
Decimal 207 187 48 0 0.10 0.77 0.19 52.45 0.62 0.5
Hex CF BB 30 0 A 4D 13 34 3E 32
Octal 317 273 60 0 12 115 23 64 76 62
Binary 11001111 10111011 110000 0 1010 1001101 10011 110100 111110 110010

Color Harmonies of #CFBB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBB30

Black with #CFBB30

Text Example


Text Example

White with #CFBB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBB30; }

 p { color: rgb(207,187,48); }

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

background-color css

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

 a { background-color: rgb(207,187,48); }

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

border-color css

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

 span { border-color: rgb(207,187,48); }

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