Html Css Color HEX #CBDA6E Goldenrod

📋 copy color: '#CBDA6E'

red 203 ◦ green 218 ◦ blue 110

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

Shades of Goldenrod #CBDA6E

Tints of Goldenrod #CBDA6E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.05%

 BLUE value IS 110 (43.36% from 255) = 20.72%

R = 38.23%
G = 41.05%
B = 20.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#CBDA6E (or 0xCBDA6E) is known color: Goldenrod. HEX triplet: CB, DA and 6E. RGB value is (203,218,110). Sum of RGB (Red+Green+Blue) = 203+218+110=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDA6E is #342591. Grayscale: #C9C9C9. Windows color (decimal): -3417490 or 7264971. OLE color: 7264971.

HSL color Cylindrical-coordinate representation of color #CBDA6E: hue angle of 68.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBDA6E is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 218 110 -
CMYK 0.07 0 0.50 0.15
HSL 68.33º 0.59% 0.64% -
HSV(B) 68.33º 0.5% 0.85% -
XYZ 52.51 63.97 24.33 -
YUV 201.2 76.53 129.28 -
System Red Green Blue C M Y K H S L
Decimal 203 218 110 0.07 0 0.50 0.15 68.33 0.59 0.64
Hex CB DA 6E 7 0 32 F 44 3B 40
Octal 313 332 156 7 0 62 17 104 73 100
Binary 11001011 11011010 1101110 111 0 110010 1111 1000100 111011 1000000

Color Harmonies of #CBDA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDA6E

Black with #CBDA6E

Text Example


Text Example

White with #CBDA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDA6E; }

 p { color: rgb(203,218,110); }

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

background-color css

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

 a { background-color: rgb(203,218,110); }

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

border-color css

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

 span { border-color: rgb(203,218,110); }

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