Html Css Color HEX #CBDA73 Goldenrod

📋 copy color: '#CBDA73'

red 203 ◦ green 218 ◦ blue 115

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

Shades of Goldenrod #CBDA73

Tints of Goldenrod #CBDA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.46%

R = 37.87%
G = 40.67%
B = 21.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#CBDA73 (or 0xCBDA73) is known color: Goldenrod. HEX triplet: CB, DA and 73. RGB value is (203,218,115). Sum of RGB (Red+Green+Blue) = 203+218+115=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 115 (45.31% from 255 or 21.46% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDA73 is #34258C. Grayscale: #CACACA. Windows color (decimal): -3417485 or 7592651. OLE color: 7592651.

HSL color Cylindrical-coordinate representation of color #CBDA73: hue angle of 68.74º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBDA73 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 218 115 -
CMYK 0.07 0 0.47 0.15
HSL 68.74º 0.58% 0.65% -
HSV(B) 68.74º 0.47% 0.85% -
XYZ 52.79 64.08 25.81 -
YUV 201.77 79.03 128.88 -
System Red Green Blue C M Y K H S L
Decimal 203 218 115 0.07 0 0.47 0.15 68.74 0.58 0.65
Hex CB DA 73 7 0 2F F 45 3A 41
Octal 313 332 163 7 0 57 17 105 72 101
Binary 11001011 11011010 1110011 111 0 101111 1111 1000101 111010 1000001

Color Harmonies of #CBDA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDA73

Black with #CBDA73

Text Example


Text Example

White with #CBDA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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