Html Css Color HEX #C4BB0D La Rioja

📋 copy color: '#C4BB0D'

red 196 ◦ green 187 ◦ blue 13

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

Shades of La Rioja #C4BB0D

Tints of La Rioja #C4BB0D

RGB

 RED value IS 196 (76.95% from 255) = 49.49%

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

 BLUE value IS 13 (5.47% from 255) = 3.28%

R = 49.49%
G = 47.22%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4BB0D (or 0xC4BB0D) is known color: La Rioja. HEX triplet: C4, BB and 0D. RGB value is (196,187,13). Sum of RGB (Red+Green+Blue) = 196+187+13=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BB0D is #3B44F2. Grayscale: #AAAAAA. Windows color (decimal): -3884275 or 900036. OLE color: 900036.

HSL color Cylindrical-coordinate representation of color #C4BB0D: hue angle of 57.05º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4BB0D is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 187 13 -
CMYK 0 0.05 0.93 0.23
HSL 57.05º 0.88% 0.41% -
HSV(B) 57.05º 0.93% 0.77% -
XYZ 40.61 47.31 7.37 -
YUV 169.86 39.48 146.65 -
System Red Green Blue C M Y K H S L
Decimal 196 187 13 0 0.05 0.93 0.23 57.05 0.88 0.41
Hex C4 BB D 0 5 5D 17 39 58 29
Octal 304 273 15 0 5 135 27 71 130 51
Binary 11000100 10111011 1101 0 101 1011101 10111 111001 1011000 101001

Color Harmonies of #C4BB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BB0D

Black with #C4BB0D

Text Example


Text Example

White with #C4BB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BB0D; }

 p { color: rgb(196,187,13); }

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

background-color css

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

 a { background-color: rgb(196,187,13); }

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

border-color css

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

 span { border-color: rgb(196,187,13); }

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