Html Css Color HEX #CFB21F Galliano

📋 copy color: '#CFB21F'

red 207 ◦ green 178 ◦ blue 31

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

Shades of Galliano #CFB21F

Tints of Galliano #CFB21F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.79%

 BLUE value IS 31 (12.5% from 255) = 7.45%

R = 49.76%
G = 42.79%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CFB21F (or 0xCFB21F) is known color: Galliano. HEX triplet: CF, B2 and 1F. RGB value is (207,178,31). Sum of RGB (Red+Green+Blue) = 207+178+31=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 31 (12.5% from 255 or 7.45% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB21F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB21F is #304DE0. Grayscale: #AAAAAA. Windows color (decimal): -3165665 or 2077391. OLE color: 2077391.

HSL color Cylindrical-coordinate representation of color #CFB21F: hue angle of 50.11º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFB21F is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 178 31 -
CMYK 0 0.14 0.85 0.19
HSL 50.11º 0.74% 0.47% -
HSV(B) 50.11º 0.85% 0.81% -
XYZ 41.9 45.21 7.81 -
YUV 169.91 49.61 154.45 -
System Red Green Blue C M Y K H S L
Decimal 207 178 31 0 0.14 0.85 0.19 50.11 0.74 0.47
Hex CF B2 1F 0 E 55 13 32 4A 2F
Octal 317 262 37 0 16 125 23 62 112 57
Binary 11001111 10110010 11111 0 1110 1010101 10011 110010 1001010 101111

Color Harmonies of #CFB21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB21F

Black with #CFB21F

Text Example


Text Example

White with #CFB21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB21F; }

 p { color: rgb(207,178,31); }

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

background-color css

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

 a { background-color: rgb(207,178,31); }

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

border-color css

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

 span { border-color: rgb(207,178,31); }

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