Html Css Color HEX #CFB425 Galliano

📋 copy color: '#CFB425'

red 207 ◦ green 180 ◦ blue 37

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

Shades of Galliano #CFB425

Tints of Galliano #CFB425

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.45%

 BLUE value IS 37 (14.84% from 255) = 8.73%

R = 48.82%
G = 42.45%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CFB425 (or 0xCFB425) is known color: Galliano. HEX triplet: CF, B4 and 25. RGB value is (207,180,37). Sum of RGB (Red+Green+Blue) = 207+180+37=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 37 (14.84% from 255 or 8.73% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB425 is #304BDA. Grayscale: #ACACAC. Windows color (decimal): -3165147 or 2471119. OLE color: 2471119.

HSL color Cylindrical-coordinate representation of color #CFB425: hue angle of 50.47º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFB425 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 180 37 -
CMYK 0 0.13 0.82 0.19
HSL 50.47º 0.7% 0.48% -
HSV(B) 50.47º 0.82% 0.81% -
XYZ 42.39 46.04 8.4 -
YUV 171.77 51.95 153.13 -
System Red Green Blue C M Y K H S L
Decimal 207 180 37 0 0.13 0.82 0.19 50.47 0.7 0.48
Hex CF B4 25 0 D 52 13 32 46 30
Octal 317 264 45 0 15 122 23 62 106 60
Binary 11001111 10110100 100101 0 1101 1010010 10011 110010 1000110 110000

Color Harmonies of #CFB425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB425

Black with #CFB425

Text Example


Text Example

White with #CFB425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB425; }

 p { color: rgb(207,180,37); }

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

background-color css

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

 a { background-color: rgb(207,180,37); }

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

border-color css

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

 span { border-color: rgb(207,180,37); }

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