Html Css Color HEX #CBD749 Las Palmas

📋 copy color: '#CBD749'

red 203 ◦ green 215 ◦ blue 73

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

Shades of Las Palmas #CBD749

Tints of Las Palmas #CBD749

RGB

 RED value IS 203 (79.69% from 255) = 41.34%

 GREEN value IS 215 (84.38% from 255) = 43.79%

 BLUE value IS 73 (28.91% from 255) = 14.87%

R = 41.34%
G = 43.79%
B = 14.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#CBD749 (or 0xCBD749) is known color: Las Palmas. HEX triplet: CB, D7 and 49. RGB value is (203,215,73). Sum of RGB (Red+Green+Blue) = 203+215+73=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 73 (28.91% from 255 or 14.87% from 491); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD749 is #3428B6. Grayscale: #C3C3C3. Windows color (decimal): -3418295 or 4839371. OLE color: 4839371.

HSL color Cylindrical-coordinate representation of color #CBD749: hue angle of 65.07º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBD749 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 215 73 -
CMYK 0.06 0 0.66 0.16
HSL 65.07º 0.64% 0.56% -
HSV(B) 65.07º 0.66% 0.84% -
XYZ 50.13 61.78 15.59 -
YUV 195.22 59.02 133.55 -
System Red Green Blue C M Y K H S L
Decimal 203 215 73 0.06 0 0.66 0.16 65.07 0.64 0.56
Hex CB D7 49 6 0 42 10 41 40 38
Octal 313 327 111 6 0 102 20 101 100 70
Binary 11001011 11010111 1001001 110 0 1000010 10000 1000001 1000000 111000

Color Harmonies of #CBD749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD749

Black with #CBD749

Text Example


Text Example

White with #CBD749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD749; }

 p { color: rgb(203,215,73); }

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

background-color css

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

 a { background-color: rgb(203,215,73); }

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

border-color css

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

 span { border-color: rgb(203,215,73); }

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