Html Css Color HEX #CBDA68 Goldenrod

📋 copy color: '#CBDA68'

red 203 ◦ green 218 ◦ blue 104

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

Shades of Goldenrod #CBDA68

Tints of Goldenrod #CBDA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.81%

R = 38.67%
G = 41.52%
B = 19.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#CBDA68 (or 0xCBDA68) is known color: Goldenrod. HEX triplet: CB, DA and 68. RGB value is (203,218,104). Sum of RGB (Red+Green+Blue) = 203+218+104=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 104 (41.02% from 255 or 19.81% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDA68 is #342597. Grayscale: #C8C8C8. Windows color (decimal): -3417496 or 6871755. OLE color: 6871755.

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

Color convert

RGB 203 218 104 -
CMYK 0.07 0 0.52 0.15
HSL 67.89º 0.61% 0.63% -
HSV(B) 67.89º 0.52% 0.85% -
XYZ 52.2 63.84 22.67 -
YUV 200.52 73.53 129.77 -
System Red Green Blue C M Y K H S L
Decimal 203 218 104 0.07 0 0.52 0.15 67.89 0.61 0.63
Hex CB DA 68 7 0 34 F 44 3D 3F
Octal 313 332 150 7 0 64 17 104 75 77
Binary 11001011 11011010 1101000 111 0 110100 1111 1000100 111101 111111

Color Harmonies of #CBDA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDA68

Black with #CBDA68

Text Example


Text Example

White with #CBDA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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