Html Css Color HEX #CCB023 Galliano

📋 copy color: '#CCB023'

red 204 ◦ green 176 ◦ blue 35

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

Shades of Galliano #CCB023

Tints of Galliano #CCB023

RGB

 RED value IS 204 (80.08% from 255) = 49.16%

 GREEN value IS 176 (69.14% from 255) = 42.41%

 BLUE value IS 35 (14.06% from 255) = 8.43%

R = 49.16%
G = 42.41%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CCB023 (or 0xCCB023) is known color: Galliano. HEX triplet: CC, B0 and 23. RGB value is (204,176,35). Sum of RGB (Red+Green+Blue) = 204+176+35=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 35 (14.06% from 255 or 8.43% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB023 is #334FDC. Grayscale: #A8A8A8. Windows color (decimal): -3362781 or 2339020. OLE color: 2339020.

HSL color Cylindrical-coordinate representation of color #CCB023: hue angle of 50.06º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCB023 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 176 35 -
CMYK 0 0.14 0.83 0.2
HSL 50.06º 0.71% 0.47% -
HSV(B) 50.06º 0.83% 0.8% -
XYZ 40.73 44.01 7.94 -
YUV 168.3 52.78 153.46 -
System Red Green Blue C M Y K H S L
Decimal 204 176 35 0 0.14 0.83 0.2 50.06 0.71 0.47
Hex CC B0 23 0 E 53 14 32 47 2F
Octal 314 260 43 0 16 123 24 62 107 57
Binary 11001100 10110000 100011 0 1110 1010011 10100 110010 1000111 101111

Color Harmonies of #CCB023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB023

Black with #CCB023

Text Example


Text Example

White with #CCB023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB023; }

 p { color: rgb(204,176,35); }

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

background-color css

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

 a { background-color: rgb(204,176,35); }

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

border-color css

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

 span { border-color: rgb(204,176,35); }

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