Html Css Color HEX #CDDC4B Las Palmas

📋 copy color: '#CDDC4B'

red 205 ◦ green 220 ◦ blue 75

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

Shades of Las Palmas #CDDC4B

Tints of Las Palmas #CDDC4B

RGB

 RED value IS 205 (80.47% from 255) = 41%

 GREEN value IS 220 (86.33% from 255) = 44%

 BLUE value IS 75 (29.69% from 255) = 15%

R = 41%
G = 44%
B = 15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#CDDC4B (or 0xCDDC4B) is known color: Las Palmas. HEX triplet: CD, DC and 4B. RGB value is (205,220,75). Sum of RGB (Red+Green+Blue) = 205+220+75=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 75 (29.69% from 255 or 15% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDC4B is #3223B4. Grayscale: #C7C7C7. Windows color (decimal): -3285941 or 4971725. OLE color: 4971725.

HSL color Cylindrical-coordinate representation of color #CDDC4B: hue angle of 66.21º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CDDC4B is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 220 75 -
CMYK 0.07 0 0.66 0.14
HSL 66.21º 0.67% 0.58% -
HSV(B) 66.21º 0.66% 0.86% -
XYZ 52.04 64.67 16.4 -
YUV 198.99 58.03 132.29 -
System Red Green Blue C M Y K H S L
Decimal 205 220 75 0.07 0 0.66 0.14 66.21 0.67 0.58
Hex CD DC 4B 7 0 42 E 42 43 3A
Octal 315 334 113 7 0 102 16 102 103 72
Binary 11001101 11011100 1001011 111 0 1000010 1110 1000010 1000011 111010

Color Harmonies of #CDDC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDC4B

Black with #CDDC4B

Text Example


Text Example

White with #CDDC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDC4B; }

 p { color: rgb(205,220,75); }

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

background-color css

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

 a { background-color: rgb(205,220,75); }

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

border-color css

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

 span { border-color: rgb(205,220,75); }

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